aboutsummaryrefslogtreecommitdiff
path: root/devel/py-zope.testing/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-zope.testing/Makefile')
-rw-r--r--devel/py-zope.testing/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/py-zope.testing/Makefile b/devel/py-zope.testing/Makefile
deleted file mode 100644
index e68cc6a74911..000000000000
--- a/devel/py-zope.testing/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: py-zopetesting
-# Date created: 22 Nov, 2008
-# Whom: Wen Heping <wenheping@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= zopetesting
-PORTVERSION= 3.8.7
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= zope.testing-${PORTVERSION}
-
-MAINTAINER= wen@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}
-
-USE_PYTHON= 2.4+
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_PKGNAME= zope.testing
-
-.include <bsd.port.mk>