opnsense-ports/devel/py-z3c.autoinclude/Makefile
Franco Fichtner 31f16fedee */*: sync with upstream
Taken from: FreeBSD
2016-04-18 01:10:53 +02:00

25 lines
689 B
Makefile

# $FreeBSD$
PORTNAME= z3c.autoinclude
PORTVERSION= 0.3.6
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Automatically include ZCML
LICENSE= ZPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.dottedname>=0:devel/py-zope.dottedname \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration \
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema \
${PYTHON_PKGNAMEPREFIX}zc.buildout>=0:devel/py-zc.buildout
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>