aboutsummaryrefslogtreecommitdiff
path: root/databases/py-MySQLdb-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-MySQLdb-devel/Makefile')
-rw-r--r--databases/py-MySQLdb-devel/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/databases/py-MySQLdb-devel/Makefile b/databases/py-MySQLdb-devel/Makefile
deleted file mode 100644
index 1fc5cd04a464..000000000000
--- a/databases/py-MySQLdb-devel/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: py-MySQLdb
-# Date created: 04 April 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= py-MySQLdb
-PORTVERSION= 0.9.1
-CATEGORIES= databases python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= mysql-python
-DISTNAME= MySQL-python-${PORTVERSION}
-
-MAINTAINER= sobomax@FreeBSD.org
-
-LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
-
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-
-DOCS= MANIFEST README doc/*.html
-
-do-configure:
- @${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py
-
-.if !defined(NOPORTDOCS)
-post-install:
- @${MKDIR} ${DOCSDIR}
-.for file in ${DOCS}
- @${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>