2008-11-29 22:06:02 +01:00
|
|
|
# New ports collection makefile for: py-zopetesting
|
|
|
|
# Date created: 22 Nov, 2008
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2011-09-27 04:34:40 +02:00
|
|
|
PORTNAME= zope.testing
|
2011-11-21 05:29:53 +01:00
|
|
|
PORTVERSION= 4.0.0
|
2008-11-29 22:06:02 +01:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2011-11-10 23:20:18 +01:00
|
|
|
MAINTAINER= rm@FreeBSD.org
|
2011-11-15 05:29:14 +01:00
|
|
|
COMMENT= Zope testing helpers
|
2008-11-29 22:06:02 +01:00
|
|
|
|
2011-11-15 05:29:14 +01:00
|
|
|
LICENSE= ZPL21
|
2008-11-29 22:06:02 +01:00
|
|
|
|
2011-11-15 05:29:14 +01:00
|
|
|
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
|
2011-11-21 05:29:53 +01:00
|
|
|
# Python3 ready
|
2010-08-22 18:23:35 +02:00
|
|
|
USE_PYTHON= yes
|
2008-11-29 22:06:02 +01:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|