4150812b27
ok'd a while back at pkgsrcCon by agc and wiz
21 lines
539 B
Makefile
21 lines
539 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/07/22 09:16:00 recht Exp $
|
|
#
|
|
|
|
DISTNAME= ZODB3-3.2.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/3-/-/}
|
|
PKGREVISION= 1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= http://zope.org/Products/ZODB3.2/3.2.1/
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://zope.org/Products/ZODB3.2/3.2/
|
|
COMMENT= Standalone distro of Zope Object Database
|
|
|
|
USE_BUILDLINK3= yes
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 23pth 23 22pth 22
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|