aboutsummaryrefslogtreecommitdiff
path: root/devel/py-zopeInterface/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-12 21:17:32 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-12 21:17:32 +0000
commit0f277bceaae59a83901efaff334186c3686448b6 (patch)
tree46466b44a3d8a0f222da451fd2a615a63ca96110 /devel/py-zopeInterface/Makefile
parent2199e975418fb31877cf88b0f703422b6d079c0e (diff)
downloadports-0f277bceaae59a83901efaff334186c3686448b6.tar.gz
ports-0f277bceaae59a83901efaff334186c3686448b6.zip
Notes
Diffstat (limited to 'devel/py-zopeInterface/Makefile')
-rw-r--r--devel/py-zopeInterface/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/py-zopeInterface/Makefile b/devel/py-zopeInterface/Makefile
index a63977bfa54e..d61ba70e7097 100644
--- a/devel/py-zopeInterface/Makefile
+++ b/devel/py-zopeInterface/Makefile
@@ -6,20 +6,17 @@
#
PORTNAME= zopeInterface
-PORTVERSION= 3.1.0c1
+PORTVERSION= 3.3.0
CATEGORIES= devel zope python
-MASTER_SITES= http://www.zope.org/Products/ZopeInterface/
+MASTER_SITES= http://www.zope.org/Products/ZopeInterface/${PORTVERSION}/ \
+ http://cheeseshop.python.org/packages/source/z/zope.interface/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PORTVERSION}/ZopeInterface-${PORTVERSION}
-EXTRACT_SUFX= .tgz
+DISTNAME= zope.interface-${PORTVERSION}
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>