diff options
author | novel <novel@FreeBSD.org> | 2006-08-01 02:51:37 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-08-01 02:51:37 +0800 |
commit | 54ccf8f5f82b5a61e138656c29523c2b96df7e54 (patch) | |
tree | 47a5dd7ffbcb45e7d58c3323c14299fd0c242830 /textproc/Makefile | |
parent | fa76440706658f56fe96537e6ac9a6c30e2bcd50 (diff) | |
download | freebsd-ports-gnome-54ccf8f5f82b5a61e138656c29523c2b96df7e54.tar.gz freebsd-ports-gnome-54ccf8f5f82b5a61e138656c29523c2b96df7e54.tar.zst freebsd-ports-gnome-54ccf8f5f82b5a61e138656c29523c2b96df7e54.zip |
This stem extension for PHP provides stemming capability for a variety of
languages using Dr. M.F. Porter's Snowball API, which can be found at:
http://snowball.tartarus.org
WWW: http://pecl.php.net/package/stem/
PR: ports/101106
Submitted by: chinsan <chinsan.tw at gmail.com>
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 c128d3757579..5ca26a205917 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -660,6 +660,7 @@ SUBDIR += pear-XML_HTMLSax SUBDIR += pear-XML_Wddx SUBDIR += pecl-ctemplate + SUBDIR += pecl-stem SUBDIR += pecl-xdiff SUBDIR += perl2html SUBDIR += permute |