18 lines
485 B
Makefile
18 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.2 2006/02/05 23:08:51 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= ZopeInterface-3.0.1
|
|
PKGNAME= ${PYPKGPREFIX}-ZopeInterface-3.0.1
|
|
PKGREVISION= 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
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|