freebsd-ports/devel/py-zope.testing/Makefile

28 lines
626 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= zope.testing
PORTVERSION= 4.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@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
2010-08-22 18:23:35 +02:00
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>