freebsd-ports/devel/py-zope.testing/Makefile
Martin Wilke bf3b6e8e47 zope.testing is a package provides a number of testing
frameworks. It includes a flexible test runner, and
supports both doctest and unittest.

WWW: http://www.python.org/pypi/zope.testing

PR:		ports/129157
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-11-29 21:06:02 +00:00

25 lines
639 B
Makefile

# New ports collection makefile for: py-zopetesting
# Date created: 22 Nov, 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= zopetesting
PORTVERSION= 3.7.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= zope.testing-${PORTVERSION}
MAINTAINER= wenheping@gmail.com
COMMENT= Zope Testing Framework(including the testrunner script)
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0:${PORTSDIR}/devel/py-zopeInterface
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= zope.testing
.include <bsd.port.mk>