aboutsummaryrefslogtreecommitdiff
path: root/security/py-RestrictedPython
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:50:42 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:50:42 +0000
commit742321c70870f8339d0ac558f88a918b77b56096 (patch)
tree13162908585c4f1c4a190de09a7b7dd8f6e58eb2 /security/py-RestrictedPython
parentd45fbf3040b3448bc804ff8be8a816d15ea3f92a (diff)
downloadports-742321c70870f8339d0ac558f88a918b77b56096.tar.gz
ports-742321c70870f8339d0ac558f88a918b77b56096.zip
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371453
Diffstat (limited to 'security/py-RestrictedPython')
-rw-r--r--security/py-RestrictedPython/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/py-RestrictedPython/Makefile b/security/py-RestrictedPython/Makefile
index a32636989507..330ba8b0e09c 100644
--- a/security/py-RestrictedPython/Makefile
+++ b/security/py-RestrictedPython/Makefile
@@ -13,9 +13,7 @@ COMMENT= Restricted execution environment for Python
LICENSE= ZPL21
-USES= zip
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python:2 zip
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>