aboutsummaryrefslogtreecommitdiff
path: root/security/py-plone.openid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-plone.openid/Makefile')
-rw-r--r--security/py-plone.openid/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/security/py-plone.openid/Makefile b/security/py-plone.openid/Makefile
deleted file mode 100644
index 626ef1045853..000000000000
--- a/security/py-plone.openid/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= plone.openid
-PORTVERSION= 2.0.4
-PORTREVISION= 1
-CATEGORIES= security python zope
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DIST_SUBDIR= zope
-
-MAINTAINER= zope@FreeBSD.org
-COMMENT= OpenID authentication support for PAS
-
-DEPRECATED= Outdated version of plone 4.3 (legacy), uses EOLed python27
-EXPIRATION_DATE= 2020-02-03
-
-LICENSE= BSD3CLAUSE
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-openid>=0:security/py-python-openid@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}transaction>=0:devel/py-transaction@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:security/py-Products.PluggableAuthService@${PY_FLAVOR} \
- zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3@${PY_FLAVOR}
-
-NO_ARCH= yes
-USES= python:2.7 zip
-USE_PYTHON= autoplist distutils
-
-.include <bsd.port.mk>