freebsd-ports/devel/py-zope.testing/Makefile
Ruslan Makhmatkhanov 4a7868da36 - update to 4.1.0
2012-01-29 23:42:05 +00:00

27 lines
633 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= 4.1.0
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= zope@FreeBSD.org
COMMENT= Zope testing helpers
LICENSE= ZPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}zope.exceptions>=0:${PORTSDIR}/devel/py-zope.exceptions
DIST_SUBDIR= zope
# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>