aboutsummaryrefslogtreecommitdiff
path: root/devel/py-zope.interface/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
commit96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch)
tree7650cfe102643b74d6ad1d3efe1771281b5e66f0 /devel/py-zope.interface/Makefile
parent503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff)
downloadports-release/5.5.0.tar.gz
ports-release/5.5.0.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_5_0'.release/5.5.0
Diffstat (limited to 'devel/py-zope.interface/Makefile')
-rw-r--r--devel/py-zope.interface/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/py-zope.interface/Makefile b/devel/py-zope.interface/Makefile
deleted file mode 100644
index 927c7241c7ec..000000000000
--- a/devel/py-zope.interface/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: py-zopeInterface
-# Date created: 13 April 2005
-# Whom: Neal Nelson <neal@nelson.name>
-#
-# $FreeBSD$
-#
-
-PORTNAME= zopeInterface
-PORTVERSION= 3.0.1
-CATEGORIES= devel zope python
-MASTER_SITES= http://www.zope.org/Products/ZopeInterface/3.0.1final/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ZopeInterface-${PORTVERSION}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= neal@nelson.name
-COMMENT= Zope.interface package from Zope 3
-
-WRKSRC= ${WRKDIR}/ZopeInterface-${PORTVERSION}
-USE_PYTHON= 2.2+
-USE_PYDISTUTILS= yes
-
-PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
-
-.include <bsd.port.mk>