freebsd-ports/devel/py-zope.testing/Makefile
Greg Larkin 233ed23c2e - Chase py-zope.interface rename
Reported by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
2011-09-29 22:05:51 +00:00

25 lines
671 B
Makefile

# New ports collection makefile for: py-zopetesting
# Date created: 22 Nov, 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= zope.testing
PORTVERSION= 3.10.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cvs-src@yandex.ru
COMMENT= Zope Testing Framework(including the testrunner script)
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}zope.exceptions>=3.5.2:${PORTSDIR}/devel/py-zope.exceptions
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>