Files
bsdports/python/py-zope.site/Makefile
2019-12-26 07:26:06 +00:00

27 lines
1.1 KiB
Makefile

# $FreeBSD: head/devel/py-zope.site/Makefile 412346 2016-04-01 14:00:51Z mat $
PORTNAME= zope.site
PORTVERSION= 3.9.2
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Local registries for zope component architecture
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:python/py-zope.annotation@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.container>=0:python/py-zope.container@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.security>=0:python/py-zope.security@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.component>=3.8.0:python/py-zope.component@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.event>=0:python/py-zope.event@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:python/py-zope.interface@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=0:python/py-zope.lifecycleevent@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.location>=3.7.0:python/py-zope.location@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
#EOF