b17cfc0711
and slightly modified by me. IndexedCatalog is an extension to the Zope Object Database (ZODB) that provides indexing and allows queries for objects based on attributes. Which is accomplished by indexing all fields by type (string/integer/float) and by a simple query language.
19 lines
546 B
Makefile
19 lines
546 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/02/26 22:53:29 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= IndexedCatalog-0.6.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://async.com.br/projects/IndexedCatalog/dist/
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://async.com.br/projects/IndexedCatalog/
|
|
COMMENT= Indexed Catalog extension for standalone ZODB
|
|
|
|
USE_BUILDLINK3= yes
|
|
PYDISTUTILSPKG= yes
|
|
PYBINMODULE= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../databases/py-ZODB/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|