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-plone.openid | |
parent | cc505d89c18fae47bc5cf89631be5e8a836b2bfe (diff) | |
download | ports-b0bdf33f31ecdd685398b44fda2a52dbc1dc19d3.tar.gz ports-b0bdf33f31ecdd685398b44fda2a52dbc1dc19d3.zip |
Notes
Diffstat (limited to 'security/py-plone.openid')
-rw-r--r-- | security/py-plone.openid/Makefile | 3 | ||||
-rw-r--r-- | security/py-plone.openid/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/py-plone.openid/Makefile b/security/py-plone.openid/Makefile index cec27b896dda..b4a50c462333 100644 --- a/security/py-plone.openid/Makefile +++ b/security/py-plone.openid/Makefile @@ -19,9 +19,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openid>=0:${PORTSDIR}/security/py-openid \ DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-plone.openid/pkg-descr b/security/py-plone.openid/pkg-descr index c6f89983aecf..151a2822e219 100644 --- a/security/py-plone.openid/pkg-descr +++ b/security/py-plone.openid/pkg-descr @@ -1,3 +1,3 @@ OpenID authentication support for PAS. -WWW: http://pypi.python.org/pypi/plone.openid +WWW: https://pypi.python.org/pypi/plone.openid/ |