summaryrefslogtreecommitdiff
path: root/devel/py-zope.interface/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
commitcc415305a049ca523f2a8cf674009fa77c54fee6 (patch)
tree6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /devel/py-zope.interface/Makefile
parent- Now fix to use this port on !i386. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'.release/8.0.0
Diffstat (limited to 'devel/py-zope.interface/Makefile')
-rw-r--r--devel/py-zope.interface/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/py-zope.interface/Makefile b/devel/py-zope.interface/Makefile
deleted file mode 100644
index fb70785f157e..000000000000
--- a/devel/py-zope.interface/Makefile
+++ /dev/null
@@ -1,26 +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.5.2
-CATEGORIES= devel zope python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= zope.interface-${PORTVERSION}
-
-MAINTAINER= neal@nelson.name
-COMMENT= Zope.interface package from Zope 3
-
-FETCH_CMD= fetch -RP
-
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_NOEGGINFO= yes
-PYDISTUTILS_PKGNAME= zope.interface
-PYEASYINSTALL_ARCHDEP= yes
-
-.include <bsd.port.mk>