pkgsrc-wip/py-ZopeInterface/Makefile
Siegmund Führinger 82309fa543 This is a separate distribution of the zope.interface package used in Zope 3
and Twisted, along with the packages it depends on.
2005-03-29 04:32:00 +00:00

18 lines
492 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/03/29 04:32:01 sifu Exp $
#
DISTNAME= ZopeInterface-3.0.1
PKGNAME= ${PYPKGPREFIX}-ZopeInterface-3.0.1
CATEGORIES= devel python
MASTER_SITES= http://zope.org/Products/ZopeInterface/3.0.1final/
EXTRACT_SUFX= .tgz
MAINTAINER= sifu@0xx0.net
HOMEPAGE= http://www.zope.org/
COMMENT= The zope.interface package used in Zope 3 and Twisted
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"