72ea7e696b
With hat: portmgr Sponsored by: Absolight
29 lines
984 B
Makefile
29 lines
984 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= plone.schemaeditor
|
|
PORTVERSION= 1.3.11
|
|
CATEGORIES= www python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Provides through-the-web editing of a zope schema/interface
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component \
|
|
${PYTHON_PKGNAMEPREFIX}zope.container>0:devel/py-zope.container \
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface \
|
|
${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>0:devel/py-zope.lifecycleevent \
|
|
${PYTHON_PKGNAMEPREFIX}zope.schema>0:devel/py-zope.schema \
|
|
${PYTHON_PKGNAMEPREFIX}zope.publisher>0:devel/py-zope.publisher \
|
|
${PYTHON_PKGNAMEPREFIX}z3c.form>0:devel/py-z3c.form \
|
|
${PYTHON_PKGNAMEPREFIX}plone.z3cform>0:www/py-plone.z3cform \
|
|
${PYTHON_PKGNAMEPREFIX}plone.autoform>0:www/py-plone.autoform
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|