mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
956d0c341f
Noticed by: chkversion via kris
26 lines
630 B
Makefile
26 lines
630 B
Makefile
# 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>
|