2012-01-02 10:57:06 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= plone.stringinterp
|
2016-01-11 00:10:45 +01:00
|
|
|
PORTVERSION= 1.0.13
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= www python zope
|
2012-01-02 10:57:06 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2014-02-15 15:43:11 +01:00
|
|
|
DIST_SUBDIR= zope
|
2012-01-02 10:57:06 +01:00
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2012-01-02 10:57:06 +01:00
|
|
|
COMMENT= Adaptable string interpolation
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:devel/py-Products.CMFCore@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:devel/py-zope.i18n@${PY_FLAVOR}
|
2012-01-02 10:57:06 +01:00
|
|
|
|
2016-01-11 00:10:45 +01:00
|
|
|
NO_ARCH= yes
|
2017-11-30 16:50:30 +01:00
|
|
|
USES= python:2.7 zip
|
2016-01-11 00:10:45 +01:00
|
|
|
USE_PYTHON= autoplist distutils
|
2013-09-23 11:18:55 +02:00
|
|
|
|
2012-01-02 10:57:06 +01:00
|
|
|
.include <bsd.port.mk>
|