aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-zope.testing/Makefile
blob: dd08b00ece40aefc7a42910d2f7e93a321227d1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    py-zopetesting
# Date created:     22 Nov, 2008
# Whom:         Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   zope.testing
PORTVERSION=    3.10.2
PORTREVISION=   1
CATEGORIES= devel python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= cvs-src@yandex.ru
COMMENT=    Zope Testing Framework(including the testrunner script)

BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface \
        ${PYTHON_PKGNAMEPREFIX}zope.exceptions>=3.5.2:${PORTSDIR}/devel/py-zope.exceptions
RUN_DEPENDS=    ${BUILD_DEPENDS}

USE_PYTHON= yes
USE_PYDISTUTILS=    easy_install

.include <bsd.port.mk>