blob: d61ba70e709733ddb152fa82e8ff458ee462b7a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: py-zopeInterface
# Date created: 13 April 2005
# Whom: Neal Nelson <neal@nelson.name>
#
# $FreeBSD$
#
PORTNAME= zopeInterface
PORTVERSION= 3.3.0
CATEGORIES= devel zope python
MASTER_SITES= http://www.zope.org/Products/ZopeInterface/${PORTVERSION}/ \
http://cheeseshop.python.org/packages/source/z/zope.interface/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= zope.interface-${PORTVERSION}
MAINTAINER= neal@nelson.name
COMMENT= Zope.interface package from Zope 3
USE_PYTHON= 2.2+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|