diff options
Diffstat (limited to 'security/py-RestrictedPython/Makefile')
-rw-r--r-- | security/py-RestrictedPython/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/py-RestrictedPython/Makefile b/security/py-RestrictedPython/Makefile new file mode 100644 index 000000000000..e189d393e0f6 --- /dev/null +++ b/security/py-RestrictedPython/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: py-RestrictedPython +# Date created: 10 October, 2011 +# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> +# +# $FreeBSD$ +# + +PORTNAME= RestrictedPython +PORTVERSION= 3.6.0 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope + +MAINTAINER= cvs-src@yandex.ru +COMMENT= Restricted execution environment for Python + +LICENSE= ZPL21 + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install +USE_ZIP= yes + +.include <bsd.port.mk> |