diff options
author | clsung <clsung@FreeBSD.org> | 2004-10-28 20:57:52 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-10-28 20:57:52 +0800 |
commit | a61a5b1360b37f1d2f80d579df71b7d68c629be4 (patch) | |
tree | 3c0592e16657688a8019b5e52af14a1b3e7d2580 /textproc/Makefile | |
parent | 926175e10e03197fd8fec412638ea8b46939918b (diff) | |
download | freebsd-ports-graphics-a61a5b1360b37f1d2f80d579df71b7d68c629be4.tar.gz freebsd-ports-graphics-a61a5b1360b37f1d2f80d579df71b7d68c629be4.tar.zst freebsd-ports-graphics-a61a5b1360b37f1d2f80d579df71b7d68c629be4.zip |
- modules for measuring/computing the similarity of text documents
- perl5.6 at least
Approved by: co-mentor (vanilla)
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 5ceb83c2649..45b434bd801 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -365,6 +365,7 @@ SUBDIR += p5-Text-Reform SUBDIR += p5-Text-Repository SUBDIR += p5-Text-Shellwords + SUBDIR += p5-Text-Similarity SUBDIR += p5-Text-SimpleTemplate SUBDIR += p5-Text-Striphigh SUBDIR += p5-Text-Table |