freebsd-ports/devel/py-Products.GenericSetup/Makefile
Ruslan Makhmatkhanov c3cfd3648a - update to 1.6.6
2012-04-25 09:18:38 +00:00

26 lines
697 B
Makefile

# New ports collection makefile for: py-Products.GenericSetup
# Date created: 18 December 2011
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= Products.GenericSetup
PORTVERSION= 1.6.6
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= zope@FreeBSD.org
COMMENT= Read Zope configuration state from profile dirs / tarballs
LICENSE= ZPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.localsitemanager>=0:${PORTSDIR}/devel/py-five.localsitemanager \
${PYTHON_PKGNAMEPREFIX}zope.formlib>=0:${PORTSDIR}/devel/py-zope.formlib
DIST_SUBDIR= zope
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>