aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-06-21 14:18:25 +0800
committermva <mva@FreeBSD.org>2014-06-21 14:18:25 +0800
commite465e33217c27ac2b4b70649762d0f0fa5324d0f (patch)
tree9c6565e61845d31debbd2d2ce8523f9b71e49129 /databases
parentfbf2b3ee1d82551242f4c6858d86b976e9d292b0 (diff)
downloadfreebsd-ports-gnome-e465e33217c27ac2b4b70649762d0f0fa5324d0f.tar.gz
freebsd-ports-gnome-e465e33217c27ac2b4b70649762d0f0fa5324d0f.tar.zst
freebsd-ports-gnome-e465e33217c27ac2b4b70649762d0f0fa5324d0f.zip
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
Diffstat (limited to 'databases')
-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>