diff options
author | erwin <erwin@FreeBSD.org> | 2004-01-20 03:35:48 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-01-20 03:35:48 +0800 |
commit | cd0073b961e43eeb35c517df47d2cb44e62d21dc (patch) | |
tree | a206383afb5695f42d260212382787956ccad205 /textproc/Makefile | |
parent | 1d3a3f18656251be75affaefb2231bc00877f4f0 (diff) | |
download | freebsd-ports-gnome-cd0073b961e43eeb35c517df47d2cb44e62d21dc.tar.gz freebsd-ports-gnome-cd0073b961e43eeb35c517df47d2cb44e62d21dc.tar.zst freebsd-ports-gnome-cd0073b961e43eeb35c517df47d2cb44e62d21dc.zip |
Add Lingua::Stem::It, which provides a stemmer for Italian.
Note that this port will be required to make textproc/p5-Lingua-Stem work
with all locales.
PR: 60859
Submitted by: Thorsten Greiner <thorsten.greiner@web.de>
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 e7ef6fa151db..f38eb4c36a39 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -228,6 +228,7 @@ SUBDIR += p5-Lingua-PT-Stemmer SUBDIR += p5-Lingua-Preferred SUBDIR += p5-Lingua-Stem + SUBDIR += p5-Lingua-Stem-It SUBDIR += p5-MARC SUBDIR += p5-NetAddr-IP-Find SUBDIR += p5-Number-Format |