freebsd-ports/security/py-RestrictedPython/Makefile
2014-03-10 17:01:36 +00:00

21 lines
388 B
Makefile

# $FreeBSD$
PORTNAME= RestrictedPython
PORTVERSION= 3.6.0
PORTREVISION= 2
CATEGORIES= security python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Restricted execution environment for Python
LICENSE= ZPL21
USES= zip
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>