summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/py-pycerberus/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-pycerberus/Makefile b/devel/py-pycerberus/Makefile
index 4e5ffb6749ca..4d824c799c47 100644
--- a/devel/py-pycerberus/Makefile
+++ b/devel/py-pycerberus/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pycerberus
PORTVERSION= 0.5
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +13,8 @@ COMMENT= Highly flexible, no magic input validation library
LICENSE= MIT
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>