diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-31 18:51:37 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-31 18:51:37 +0000 |
commit | 455e551f27c04809b5c9a81a8e9ed1cb6e8195b1 (patch) | |
tree | 79f9129983aa439c730e025874cf6c0f3d3bf70c /textproc/Makefile | |
parent | 582a4784b8faa66af12c02ef06b19bce6061ebc3 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=169232
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 |