4256700d39
Lupy is a is a full-text indexer and search engine written in Python. It is a port of Jakarta Lucene 1.2 to Python. Specifically, it reads and writes indexes in Lucene binary format. Like Lucene, it is sophisticated and scalable. Lucene is a polished and mature project and you are encouraged to read the documentation found at the Lucene home page.
20 lines
515 B
Makefile
20 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/12/06 19:39:48 recht Exp $
|
|
#
|
|
|
|
DISTNAME= Lupy-0.1.5.5.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://cesnet.dl.sourceforge.net/sourceforge/lupy/
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://divmod.org/Lupy/index.html
|
|
COMMENT= Full-text indexer and search engine
|
|
|
|
USE_BUILDLINK2= yes
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 22 23
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|