aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-03-09 14:25:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-03-09 14:25:05 +0000
commit4645cff2b3864c478e9c66aa0875855ed385ad4e (patch)
tree2cc7efb5aa88a2ad0b32b24ae39329a56df86297 /security
parentcb384daaf22dd780790274cabf51bb9c648cbe75 (diff)
downloadports-4645cff2b3864c478e9c66aa0875855ed385ad4e.tar.gz
ports-4645cff2b3864c478e9c66aa0875855ed385ad4e.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/py-pyptlib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-pyptlib/Makefile b/security/py-pyptlib/Makefile
index 6664ad1d6934..50bc835b69ae 100644
--- a/security/py-pyptlib/Makefile
+++ b/security/py-pyptlib/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pyptlib
PORTVERSION= 0.0.5
+PORTREVISION= 1
CATEGORIES= security net python
MASTER_SITES= http://www.c-s.li/ports/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +14,7 @@ COMMENT= Pluggable transport library
LICENSE= BSD
USE_PYTHON= yes
-USE_PYDISTUTILS=easy_install
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>