diff options
author | clsung <clsung@FreeBSD.org> | 2007-02-20 11:49:25 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-02-20 11:49:25 +0800 |
commit | efca3b16e191d95c311d2de44beff3b6ac8a82e4 (patch) | |
tree | 62c22717dac5582cb054af24a66aba8d7096b121 /textproc/Makefile | |
parent | de187304d4d91f4adc302f799aa3c0d911c1a1fc (diff) | |
download | freebsd-ports-gnome-efca3b16e191d95c311d2de44beff3b6ac8a82e4.tar.gz freebsd-ports-gnome-efca3b16e191d95c311d2de44beff3b6ac8a82e4.tar.zst freebsd-ports-gnome-efca3b16e191d95c311d2de44beff3b6ac8a82e4.zip |
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/
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 |