Files
bsdports/python/py-RestrictedPython/Makefile
2019-12-26 07:26:06 +00:00

19 lines
419 B
Makefile

# $FreeBSD: head/security/py-RestrictedPython/Makefile 371453 2014-10-24 16:50:42Z mva $
PORTNAME= RestrictedPython
PORTVERSION= 3.6.0
CATEGORIES= security python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Restricted execution environment for Python
USES= python:2.7 zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
#EOF