FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
26 lines
800 B
Makefile
26 lines
800 B
Makefile
# $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
|
|
|
|
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>
|