5255e57741
PR: ports/129939 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer timeout (2+ weeks)
27 lines
648 B
Makefile
27 lines
648 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.5.0
|
|
CATEGORIES= devel zope python
|
|
MASTER_SITES= 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
|
|
|
|
FETCH_CMD= fetch -RP
|
|
|
|
USE_ZIP= yes
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_NOEGGINFO= yes
|
|
PYDISTUTILS_PKGNAME= zope.interface
|
|
PYEASYINSTALL_ARCHDEP= yes
|
|
|
|
.include <bsd.port.mk>
|