1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/security/py-plone.openid/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

27 lines
731 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 \
${PYTHON_PKGNAMEPREFIX}transaction>=0:devel/py-transaction \
${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition \
${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:security/py-Products.PluggableAuthService \
zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3
NO_ARCH= yes
USES= python zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>