2012-01-02 20:53:53 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= plone.testing
|
2013-03-28 18:23:24 +01:00
|
|
|
PORTVERSION= 4.0.8
|
2014-02-15 15:43:11 +01:00
|
|
|
PORTREVISION= 1
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= www python zope
|
2012-01-02 20:53:53 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2014-02-15 15:43:11 +01:00
|
|
|
DIST_SUBDIR= zope
|
2012-01-02 20:53:53 +01:00
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2012-01-02 20:53:53 +01:00
|
|
|
COMMENT= Testing infrastructure for Zope and Plone projects
|
|
|
|
|
2014-02-15 15:43:11 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
2012-01-02 20:53:53 +01:00
|
|
|
|
2012-09-11 19:34:09 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}unittest2>=0:${PORTSDIR}/devel/py-unittest2
|
2012-01-02 20:53:53 +01:00
|
|
|
|
2014-03-10 19:01:09 +01:00
|
|
|
USES= zip
|
2014-02-15 15:43:11 +01:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2013-09-23 14:52:16 +02:00
|
|
|
|
2012-01-02 20:53:53 +01:00
|
|
|
.include <bsd.port.mk>
|