aboutsummaryrefslogtreecommitdiff
path: root/databases/py-pgxnclient
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-06-21 06:18:25 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-06-21 06:18:25 +0000
commit7b0583255e8de3e345f88fd1ad88c2ac4977d3ba (patch)
tree9c6565e61845d31debbd2d2ce8523f9b71e49129 /databases/py-pgxnclient
parent5efeb85db2cc17615b9da5f2e381450f4b8c05b0 (diff)
downloadports-7b0583255e8de3e345f88fd1ad88c2ac4977d3ba.tar.gz
ports-7b0583255e8de3e345f88fd1ad88c2ac4977d3ba.zip
Notes
Diffstat (limited to 'databases/py-pgxnclient')
-rw-r--r--databases/py-pgxnclient/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/py-pgxnclient/Makefile b/databases/py-pgxnclient/Makefile
index 29f40c319e09..be231c71865c 100644
--- a/databases/py-pgxnclient/Makefile
+++ b/databases/py-pgxnclient/Makefile
@@ -3,14 +3,15 @@
PORTNAME= pgxnclient
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Command line tool to interact with the PostgreSQL Extension Network
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>