aboutsummaryrefslogtreecommitdiff
path: root/security/py-RestrictedPython/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-RestrictedPython/Makefile')
-rw-r--r--security/py-RestrictedPython/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/security/py-RestrictedPython/Makefile b/security/py-RestrictedPython/Makefile
deleted file mode 100644
index beca681e7a2c..000000000000
--- a/security/py-RestrictedPython/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-PORTNAME= RestrictedPython
-PORTVERSION= 3.6.0
-PORTREVISION= 2
-CATEGORIES= security python zope
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DIST_SUBDIR= zope
-
-MAINTAINER= zope@FreeBSD.org
-COMMENT= Restricted execution environment for Python
-WWW= https://pypi.org/project/RestrictedPython/
-
-LICENSE= ZPL21
-
-USES= python zip
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>