mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-11 19:11:18 +02:00
19 lines
419 B
Makefile
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
|
|
|