765dedd79f
PR: ports/149885 Submitted by: lwhsu Approved by: Neal Nelson <neal AT nelson.name> (maintainer)
24 lines
561 B
Makefile
24 lines
561 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.6.1
|
|
CATEGORIES= devel zope python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= zope.interface-${PORTVERSION}
|
|
|
|
MAINTAINER= neal@nelson.name
|
|
COMMENT= Zope.interface package from Zope 3
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_NOEGGINFO= yes
|
|
PYDISTUTILS_PKGNAME= zope.interface
|
|
PYEASYINSTALL_ARCHDEP= yes
|
|
|
|
.include <bsd.port.mk>
|