aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-cerealizer
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-10-25 00:50:42 +0800
committermva <mva@FreeBSD.org>2014-10-25 00:50:42 +0800
commitec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d (patch)
tree13162908585c4f1c4a190de09a7b7dd8f6e58eb2 /security/py-cerealizer
parent74a3c07b695eef5aba924290f7d537c710b1233e (diff)
downloadfreebsd-ports-gnome-ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d.tar.gz
freebsd-ports-gnome-ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d.tar.zst
freebsd-ports-gnome-ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d.zip
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'security/py-cerealizer')
-rw-r--r--security/py-cerealizer/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/py-cerealizer/Makefile b/security/py-cerealizer/Makefile
index e82ab6e981aa..caf701f9fc6e 100644
--- a/security/py-cerealizer/Makefile
+++ b/security/py-cerealizer/Makefile
@@ -13,9 +13,7 @@ DIST_SUBDIR= python
MAINTAINER= acm@FreeBSD.org
COMMENT= Secure pickle-like module
-USES= tar:bzip2
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python tar:bzip2
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>