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-zope.security | |
parent | cc505d89c18fae47bc5cf89631be5e8a836b2bfe (diff) | |
download | ports-b0bdf33f31ecdd685398b44fda2a52dbc1dc19d3.tar.gz ports-b0bdf33f31ecdd685398b44fda2a52dbc1dc19d3.zip |
Notes
Diffstat (limited to 'security/py-zope.security')
-rw-r--r-- | security/py-zope.security/Makefile | 1 | ||||
-rw-r--r-- | security/py-zope.security/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/py-zope.security/Makefile b/security/py-zope.security/Makefile index 4230711f5fec..59a07c2b10ec 100644 --- a/security/py-zope.security/Makefile +++ b/security/py-zope.security/Makefile @@ -28,4 +28,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-zope.security/pkg-descr b/security/py-zope.security/pkg-descr index 4b20def66f74..d86cd41a5337 100644 --- a/security/py-zope.security/pkg-descr +++ b/security/py-zope.security/pkg-descr @@ -1,4 +1,4 @@ The Security framework provides a generic mechanism to implement security policies on Python objects. -WWW: http://pypi.python.org/pypi/zope.security/ +WWW: https://pypi.python.org/pypi/zope.security/ |