freebsd-ports/devel/py-Products.StandardCacheManagers/Makefile
Ruslan Makhmatkhanov 75676e555f - move DIST_SUBDIR upper
- convert to auto-generated packing list, where appropriate
- bump PORTREVISION
2014-01-26 12:01:03 +00:00

25 lines
635 B
Makefile

# $FreeBSD$
PORTNAME= Products.StandardCacheManagers
PORTVERSION= 2.13.0
PORTREVISION= 1
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Cache managers for Zope 2
LICENSE= ZPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:${PORTSDIR}/security/py-AccessControl \
${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction \
${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USE_ZIP= yes
.include <bsd.port.mk>