21 lines
388 B
Makefile
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>
|