freebsd-ports/devel/py-zope.app.generations/Makefile
Ruslan Makhmatkhanov f240dffcfb - do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- bump PORTREVISION
2014-02-14 07:41:49 +00:00

28 lines
975 B
Makefile

# $FreeBSD$
PORTNAME= zope.app.generations
PORTVERSION= 3.7.1
PORTREVISION= 1
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= ZMI UI for zope.generations
LICENSE= ZPL21
RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \
${PYTHON_PKGNAMEPREFIX}zope.app.publication>=0:${PORTSDIR}/devel/py-zope.app.publication \
${PYTHON_PKGNAMEPREFIX}zope.app.renderer>=0:${PORTSDIR}/devel/py-zope.app.renderer \
${PYTHON_PKGNAMEPREFIX}zope.applicationcontrol>=0:${PORTSDIR}/devel/py-zope.applicationcontrol \
${PYTHON_PKGNAMEPREFIX}zope.generations>=0:${PORTSDIR}/devel/py-zope.generations \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}zope.processlifetime>=0:${PORTSDIR}/devel/py-zope.processlifetime
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>