aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-03-09 22:25:05 +0800
committermiwi <miwi@FreeBSD.org>2014-03-09 22:25:05 +0800
commit24951faa130878633d2fb52ef5e8c2a6c9fe7781 (patch)
tree2cc7efb5aa88a2ad0b32b24ae39329a56df86297
parent94b23ccb249c628588f247d2aaf182802a0d385f (diff)
downloadfreebsd-ports-gnome-24951faa130878633d2fb52ef5e8c2a6c9fe7781.tar.gz
freebsd-ports-gnome-24951faa130878633d2fb52ef5e8c2a6c9fe7781.tar.zst
freebsd-ports-gnome-24951faa130878633d2fb52ef5e8c2a6c9fe7781.zip
- Convert to autoplist
- Stage support - Bump PORTREVISIO
-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>