1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/devel/py-zope.interface/Makefile
Li-Wen Hsu 765dedd79f - Update to 3.6.1
PR:		ports/149885
Submitted by:	lwhsu
Approved by:	Neal Nelson <neal AT nelson.name> (maintainer)
2010-08-24 01:07:04 +00:00

25 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>