0d3da75e07
Changelog: https://plone.org/products/plone/releases/4.3.8 With hat: zope
27 lines
823 B
Makefile
27 lines
823 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= plone.autoform
|
|
PORTVERSION= 1.6.2
|
|
CATEGORIES= www python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Tools to construct z3c.form forms
|
|
|
|
LICENSE= LGPL20
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
|
|
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema \
|
|
${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security \
|
|
${PYTHON_PKGNAMEPREFIX}zope.dottedname>=0:devel/py-zope.dottedname \
|
|
${PYTHON_PKGNAMEPREFIX}plone.supermodel>=1.1:www/py-plone.supermodel \
|
|
${PYTHON_PKGNAMEPREFIX}plone.z3cform>=0:www/py-plone.z3cform \
|
|
${PYTHON_PKGNAMEPREFIX}z3c.form>=0:devel/py-z3c.form
|
|
|
|
NO_ARCH= yes
|
|
USES= python:2.7
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|