diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-10 17:41:06 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-10 17:41:06 +0000 |
commit | a9bcda55c25808c6d83a03fcdd6b8c3e611643c8 (patch) | |
tree | e33b3f03b3e943cfc28bf3f4c99b2fa21d260c64 /textproc/Makefile | |
parent | 1cc520232fd05c2a43b076aa65d939a284617992 (diff) |
Add ruby-amatch, a Ruby library for approximate string matching and
searching.
Notes
Notes:
svn path=/head/; revision=69818
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 ccaabbe5e664..943e88625a2e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -307,6 +307,7 @@ SUBDIR += rotix SUBDIR += rtf2htm SUBDIR += rtfreader + SUBDIR += ruby-amatch SUBDIR += ruby-csv SUBDIR += ruby-erb SUBDIR += ruby-format |