diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-01-02 21:06:12 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-01-02 21:06:12 +0000 |
commit | 4b5c3cdd17e996e5bca5ceeecf864c8416dabcc3 (patch) | |
tree | 50f11365bd39355323f5c6cab4fa7d8feb293e7a /www/py-plone.z3cform/Makefile | |
parent | 10c2150c7735c8fb732f96e05ab7116b37f21f1b (diff) | |
download | ports-4b5c3cdd17e996e5bca5ceeecf864c8416dabcc3.tar.gz ports-4b5c3cdd17e996e5bca5ceeecf864c8416dabcc3.zip |
Notes
Diffstat (limited to 'www/py-plone.z3cform/Makefile')
-rw-r--r-- | www/py-plone.z3cform/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/www/py-plone.z3cform/Makefile b/www/py-plone.z3cform/Makefile new file mode 100644 index 000000000000..3ff76a9e4c9c --- /dev/null +++ b/www/py-plone.z3cform/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: py-plone.z3cform +# Date created: 03 January 2012 +# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> +# +# $FreeBSD$ +# + +PORTNAME= plone.z3cform +PORTVERSION= 0.7.8 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rm@FreeBSD.org +COMMENT= Library that allows use of z3c.form with Zope 2 and the CMF + +LICENSE= ZPL21 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}z3c.form>=0:${PORTSDIR}/devel/py-z3c.form \ + ${PYTHON_PKGNAMEPREFIX}z3c.batching>=0:${PORTSDIR}/devel/py-z3c.batching \ + ${PYTHON_PKGNAMEPREFIX}zope.i18n>=3.4:${PORTSDIR}/devel/py-zope.i18n \ + ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \ + ${PYTHON_PKGNAMEPREFIX}collective.monkeypatcher>=0:${PORTSDIR}/devel/py-collective.monkeypatcher + +DIST_SUBDIR= zope +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install +USE_ZIP= yes + +.include <bsd.port.mk> |