blob: 2030900b41f9afd2f27b09bb4365ab359b7aa410 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.5 2006/08/26 16:42:25 kristerw 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
PYTHON_VERSIONS_ACCEPTED= 24 23 22
pre-build:
${RM} ${WRKSRC}/Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/*.orig
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
|