2011-12-18 20:27:58 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Products.GenericSetup
|
2013-09-23 11:18:55 +02:00
|
|
|
PORTVERSION= 1.7.4
|
2014-01-25 20:42:03 +01:00
|
|
|
PORTREVISION= 1
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= devel python zope
|
2011-12-18 20:27:58 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2014-01-25 20:42:03 +01:00
|
|
|
DIST_SUBDIR= zope
|
2011-12-18 20:27:58 +01:00
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2011-12-18 20:27:58 +01:00
|
|
|
COMMENT= Read Zope configuration state from profile dirs / tarballs
|
|
|
|
|
|
|
|
LICENSE= ZPL21
|
|
|
|
|
2012-11-08 21:52:55 +01:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eggtestinfo>0:${PORTSDIR}/devel/py-eggtestinfo
|
2011-12-18 20:27:58 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.localsitemanager>=0:${PORTSDIR}/devel/py-five.localsitemanager \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.formlib>=0:${PORTSDIR}/devel/py-zope.formlib
|
|
|
|
|
2014-01-25 20:42:03 +01:00
|
|
|
USE_PYTHON= 2
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
USES= zope
|
2013-09-23 11:18:55 +02:00
|
|
|
|
2011-12-18 20:27:58 +01:00
|
|
|
.include <bsd.port.mk>
|