blob: a63977bfa54ea4fca0525cdf37eff14561e4286b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: py-zopeInterface
# Date created: 13 April 2005
# Whom: Neal Nelson <neal@nelson.name>
#
# $FreeBSD$
#
PORTNAME= zopeInterface
PORTVERSION= 3.1.0c1
CATEGORIES= devel zope python
MASTER_SITES= http://www.zope.org/Products/ZopeInterface/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTVERSION}/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>
|