2011-12-19 21:54:24 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Products.CMFActionIcons
|
|
|
|
PORTVERSION= 2.1.3
|
2013-03-09 18:54:41 +01:00
|
|
|
PORTREVISION= 1
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= devel python zope
|
2011-12-19 21:54:24 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2011-12-19 21:54:24 +01:00
|
|
|
COMMENT= Action icons product for the Zope CMF
|
|
|
|
|
|
|
|
LICENSE= ZPL21
|
|
|
|
|
2013-03-09 18:54:41 +01:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eggtestinfo>0:${PORTSDIR}/devel/py-eggtestinfo
|
2011-12-19 21:54:24 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup
|
|
|
|
|
|
|
|
DIST_SUBDIR= zope
|
|
|
|
USE_PYTHON= yes
|
2013-09-23 14:52:16 +02:00
|
|
|
USE_PYDISTUTILS=easy_install
|
2011-12-19 21:54:24 +01:00
|
|
|
|
2013-09-20 19:13:42 +02:00
|
|
|
NO_STAGE= yes
|
2013-09-23 14:52:16 +02:00
|
|
|
|
2011-12-19 21:54:24 +01:00
|
|
|
.include <bsd.port.mk>
|