2012-01-03 10:54:54 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= plone.app.uuid
|
|
|
|
PORTVERSION= 1.0
|
2014-02-15 15:43:11 +01:00
|
|
|
PORTREVISION= 1
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= www python zope
|
2012-01-03 10:54:54 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2014-02-15 15:43:11 +01:00
|
|
|
DIST_SUBDIR= zope
|
2012-01-03 10:54:54 +01:00
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2012-01-03 10:54:54 +01:00
|
|
|
COMMENT= Plone integration for the basic plone.uuid package
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.uuid>=0:${PORTSDIR}/www/py-plone.uuid \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}plone.indexer>=0:${PORTSDIR}/www/py-plone.indexer \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface
|
|
|
|
|
2015-01-03 09:41:20 +01:00
|
|
|
USES= python zip
|
|
|
|
USE_PYTHON= distutils autoplist
|
2013-09-23 14:52:16 +02:00
|
|
|
|
2012-01-03 10:54:54 +01:00
|
|
|
.include <bsd.port.mk>
|