1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/py-Products.CMFUid/Makefile
Ruslan Makhmatkhanov 375eb2ad74 - convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- bump PORTREVISION
2014-01-25 20:42:19 +00:00

26 lines
649 B
Makefile

# $FreeBSD$
PORTNAME= Products.CMFUid
PORTVERSION= 2.2.1
PORTREVISION= 2
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Uid product for the Zope CMF
LICENSE= ZPL21
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eggtestinfo>0:${PORTSDIR}/devel/py-eggtestinfo
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore \
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
#USES= zope
.include <bsd.port.mk>