aboutsummaryrefslogtreecommitdiff
path: root/devel/py-zope.interface/Makefile
diff options
context:
space:
mode:
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>