freebsd-ports/devel/py-Products.GenericSetup/Makefile
Ruslan Makhmatkhanov 09b9d057f3 - convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
  - bump PORTREVISION
2014-01-25 19:42:03 +00:00

25 lines
674 B
Makefile

# $FreeBSD$
PORTNAME= Products.GenericSetup
PORTVERSION= 1.7.4
PORTREVISION= 1
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Read Zope configuration state from profile dirs / tarballs
LICENSE= ZPL21
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eggtestinfo>0:${PORTSDIR}/devel/py-eggtestinfo
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.localsitemanager>=0:${PORTSDIR}/devel/py-five.localsitemanager \
${PYTHON_PKGNAMEPREFIX}zope.formlib>=0:${PORTSDIR}/devel/py-zope.formlib
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= zope
.include <bsd.port.mk>