aboutsummaryrefslogtreecommitdiff
path: root/databases/py-postgresql
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-10-08 17:14:51 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-10-08 17:14:51 +0000
commite68176c3109ec02765f0765e63956168d6aa6307 (patch)
tree166ebade98e6928b689519c8b3414cbe5c257f05 /databases/py-postgresql
parentc889167e31e88421e01f8678c8c3388fb21abbca (diff)
downloadports-e68176c3109ec02765f0765e63956168d6aa6307.tar.gz
ports-e68176c3109ec02765f0765e63956168d6aa6307.zip
Convert USES=pgsql and USES=python:3
Notes
Notes: svn path=/head/; revision=370466
Diffstat (limited to 'databases/py-postgresql')
-rw-r--r--databases/py-postgresql/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile
index c87b246b97af..9fe54160abe5 100644
--- a/databases/py-postgresql/Makefile
+++ b/databases/py-postgresql/Makefile
@@ -15,10 +15,7 @@ COMMENT= Python 3 compatible PostgreSQL database driver and tools
LICENSE= BSD3CLAUSE
-USES= zip
-USE_PGSQL= yes
-USE_PYTHON= 3
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= zip pgsql python:3
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>