diff options
Diffstat (limited to 'devel/py-zope.browserpage/Makefile')
-rw-r--r-- | devel/py-zope.browserpage/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/devel/py-zope.browserpage/Makefile b/devel/py-zope.browserpage/Makefile new file mode 100644 index 000000000000..5a567d6c0b4e --- /dev/null +++ b/devel/py-zope.browserpage/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: py-zope.browserpage +# Date created: Nov 15, 2011 +# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> +# +# $FreeBSD$ +# + +PORTNAME= zope.browserpage +PORTVERSION= 3.12.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope + +MAINTAINER= rm@FreeBSD.org +COMMENT= ZCML directives for configuring browser views for Zope + +LICENSE= ZPL21 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.pagetemplate>=0:${PORTSDIR}/devel/py-zope.pagetemplate \ + ${PYTHON_PKGNAMEPREFIX}zope.component>=3.7:${PORTSDIR}/devel/py-zope.component \ + ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:${PORTSDIR}/devel/py-zope.configuration \ + ${PYTHON_PKGNAMEPREFIX}zope.contenttype>=0:${PORTSDIR}/devel/py-zope.contenttype \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ + ${PYTHON_PKGNAMEPREFIX}zope.publisher>=3.8:${PORTSDIR}/devel/py-zope.publisher \ + ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \ + ${PYTHON_PKGNAMEPREFIX}zope.security>=3.8:${PORTSDIR}/security/py-zope.security \ + ${PYTHON_PKGNAMEPREFIX}zope.traversing>=3.7:${PORTSDIR}/devel/py-zope.traversing \ + ${PYTHON_PKGNAMEPREFIX}zope.browsermenu>=0:${PORTSDIR}/devel/py-zope.browsermenu + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +.include <bsd.port.mk> |