diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:25:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:25:05 +0000 |
commit | 4645cff2b3864c478e9c66aa0875855ed385ad4e (patch) | |
tree | 2cc7efb5aa88a2ad0b32b24ae39329a56df86297 /security | |
parent | cb384daaf22dd780790274cabf51bb9c648cbe75 (diff) | |
download | ports-4645cff2b3864c478e9c66aa0875855ed385ad4e.tar.gz ports-4645cff2b3864c478e9c66aa0875855ed385ad4e.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/py-pyptlib/Makefile | 6 |
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> |