# New ports collection makefile for: py-plone.fieldsets # Date created: 02 January 2012 # Whom: Ruslan Mahmatkhanov # # $FreeBSD$ # PORTNAME= plone.fieldsets PORTVERSION= 2.0.1 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= zope@FreeBSD.org COMMENT= Allows to group fields into different fieldsets LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.formlib>=0:${PORTSDIR}/devel/py-five.formlib \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \ ${PYTHON_PKGNAMEPREFIX}zope.formlib>=0:${PORTSDIR}/devel/py-zope.formlib \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install USE_ZIP= yes .include