aboutsummaryrefslogtreecommitdiff
path: root/databases/py-MySQLdb/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2010-10-07 14:39:24 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2010-10-07 14:39:24 +0000
commit64eb66df85d270070293c2b2f60d3bea883ecb4f (patch)
tree08b3ab735c60516252967d25dd027badf18edb0f /databases/py-MySQLdb/Makefile
parent92ecd5af09a0e46947631fb0f50613140e4b0f7e (diff)
downloadports-64eb66df85d270070293c2b2f60d3bea883ecb4f.tar.gz
ports-64eb66df85d270070293c2b2f60d3bea883ecb4f.zip
Notes
Diffstat (limited to 'databases/py-MySQLdb/Makefile')
-rw-r--r--databases/py-MySQLdb/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/py-MySQLdb/Makefile b/databases/py-MySQLdb/Makefile
index 0432c4f69807..25390bc9381f 100644
--- a/databases/py-MySQLdb/Makefile
+++ b/databases/py-MySQLdb/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= MySQLdb
-DISTVERSION= 1.2.2
+DISTVERSION= 1.2.3
CATEGORIES= databases python
MASTER_SITES= SF/mysql-python/mysql-python/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,14 +16,15 @@ MAINTAINER= mnag@FreeBSD.org
COMMENT= Access a MySQL database through Python
USE_PYTHON= yes
-USE_PYDISTUTILS= yes
+USE_PYDISTUTILS= easy_install
USE_MYSQL= yes
PYDISTUTILS_PKGNAME= MySQL-python
-PYDISTUTILS_PKGVERSION= 1.2.2
+PYEASYINSTALL_ARCHDEP= yes
CONFLICTS= py*-MySQLdb-devel-[0-9]*
PORTDOCS= *
+DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options
OPTIONS= MYSQLCLIENT_R "Use libmysqlclient_r (thread safe)" on