diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-23 12:52:16 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-23 12:52:16 +0000 |
commit | b0bdf33f31ecdd685398b44fda2a52dbc1dc19d3 (patch) | |
tree | cd8c58782d4a55a3ccb7f237a1ddf7a407abffa8 /security/py-RestrictedPython | |
parent | cc505d89c18fae47bc5cf89631be5e8a836b2bfe (diff) | |
download | ports-b0bdf33f31ecdd685398b44fda2a52dbc1dc19d3.tar.gz ports-b0bdf33f31ecdd685398b44fda2a52dbc1dc19d3.zip |
Notes
Diffstat (limited to 'security/py-RestrictedPython')
-rw-r--r-- | security/py-RestrictedPython/Makefile | 3 | ||||
-rw-r--r-- | security/py-RestrictedPython/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/py-RestrictedPython/Makefile b/security/py-RestrictedPython/Makefile index c615b1280562..3c34e832bec1 100644 --- a/security/py-RestrictedPython/Makefile +++ b/security/py-RestrictedPython/Makefile @@ -13,11 +13,12 @@ COMMENT= Restricted execution environment for Python LICENSE= ZPL21 -USE_PYTHON= 2.6-2.7 +USE_PYTHON= -2.7 USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.pre.mk> .if ${PYTHON_REL} >= 270 diff --git a/security/py-RestrictedPython/pkg-descr b/security/py-RestrictedPython/pkg-descr index 42e0a1ecae8e..7164ff71179d 100644 --- a/security/py-RestrictedPython/pkg-descr +++ b/security/py-RestrictedPython/pkg-descr @@ -1,4 +1,4 @@ RestrictedPython provides a restricted execution environment for Python, e.g. for running untrusted code. -WWW: http://pypi.python.org/pypi/RestrictedPython +WWW: https://pypi.python.org/pypi/RestrictedPython/ |