create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# $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