freebsd-ports/devel/py-zopetesting/Makefile

27 lines
724 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-zopetesting
# Date created: 22 Nov, 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= zopetesting
2010-11-30 07:05:28 +01:00
PORTVERSION= 3.10.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= zope.testing-${PORTVERSION}
2010-05-06 10:22:38 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Zope Testing Framework(including the testrunner script)
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0:${PORTSDIR}/devel/py-zopeInterface \
${PYTHON_PKGNAMEPREFIX}zope.exceptions>=3.5.2:${PORTSDIR}/devel/py-zope.exceptions
RUN_DEPENDS= ${BUILD_DEPENDS}
2010-08-22 18:23:35 +02:00
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= zope.testing
.include <bsd.port.mk>