diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-20 03:49:25 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-20 03:49:25 +0000 |
commit | 2244ec0900d3941344b62ea6a6c9058c0aca6a97 (patch) | |
tree | 2bfcba0b15a70880acbe991bf7c0ade7b8591cf7 /textproc/Makefile | |
parent | f3e712253d2489f9bc63a23c511f04417a2bfa26 (diff) |
The purpose of the module is to export the C++ Lucene API to perl
and at the same time be as close as possible to the original Java API.
This has the combined advantage of providing perl programmers with a
well-documented API and giving them access to a C++ search engine
library that is supposedly faster than the original.
WWW: http://search.cpan.org/dist/Lucene/
WWW: http://sourceforge.net/projects/clucene/
Notes
Notes:
svn path=/head/; revision=185543
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5f79dded4734..56c7fe2d7b54 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -394,6 +394,7 @@ SUBDIR += p5-Lingua-Stem-Snowball-No SUBDIR += p5-Lingua-Stem-Snowball-Se SUBDIR += p5-Lingua-StopWords + SUBDIR += p5-Lucene SUBDIR += p5-MARC SUBDIR += p5-MARC-Record SUBDIR += p5-MKDoc-XML |