89e07f4a18
Approved by: portmgr (implicit)
26 lines
906 B
Makefile
26 lines
906 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= zope.app.zopeappgenerations
|
|
PORTVERSION= 3.6.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Zope Application ZODB Update Generations
|
|
|
|
LICENSE= ZPL21
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope.annotation \
|
|
${PYTHON_PKGNAMEPREFIX}zope.app.authentication>=0:${PORTSDIR}/security/py-zope.app.authentication \
|
|
${PYTHON_PKGNAMEPREFIX}zope.app.component>=0:${PORTSDIR}/devel/py-zope.app.component \
|
|
${PYTHON_PKGNAMEPREFIX}zope.copypastemove>=0:${PORTSDIR}/devel/py-zope.copypastemove \
|
|
${PYTHON_PKGNAMEPREFIX}zope.dublincore>=0:${PORTSDIR}/devel/py-zope.dublincore \
|
|
${PYTHON_PKGNAMEPREFIX}zope.generations>=0:${PORTSDIR}/devel/py-zope.generations
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|