Update sysutils/bacula9-docs to version 9.2.2
[dports.git] / www / py-plone.testing / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       plone.testing
4 PORTVERSION=    4.1.1
5 CATEGORIES=     www python zope
6 MASTER_SITES=   CHEESESHOP
7 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
8 DIST_SUBDIR=    zope
9
10 MAINTAINER=     zope@FreeBSD.org
11 COMMENT=        Testing infrastructure for Zope and Plone projects
12
13 LICENSE=        BSD3CLAUSE
14
15 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:devel/py-zope.testing@${PY_FLAVOR}
16
17 NO_ARCH=        yes
18 USES=           python:2.7
19 USE_PYTHON=     autoplist distutils
20
21 .include <bsd.port.mk>