diff options
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/ |
