diff options
author | knu <knu@FreeBSD.org> | 2003-09-29 22:26:32 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-09-29 22:26:32 +0800 |
commit | 18f6c35756b7ccc26c1830990cfd41e66345004f (patch) | |
tree | 234cc9eb85c8df6c714dd7ff3ed41dcad9ca05cd /textproc/Makefile | |
parent | 24e07d5b4721e4fdcfb791b6c2c0880c3fc23a69 (diff) | |
download | freebsd-ports-graphics-18f6c35756b7ccc26c1830990cfd41e66345004f.tar.gz freebsd-ports-graphics-18f6c35756b7ccc26c1830990cfd41e66345004f.tar.zst freebsd-ports-graphics-18f6c35756b7ccc26c1830990cfd41e66345004f.zip |
Add ruby-wordnet, a Ruby interface to the WordNet(R) Lexical Database.
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 dc6e6887db6..d2952f8b7ed 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -390,6 +390,7 @@ SUBDIR += ruby-sary SUBDIR += ruby-spreadsheet-excel SUBDIR += ruby-text-format + SUBDIR += ruby-wordnet SUBDIR += ruby-xmlconfigfile SUBDIR += ruby-xmlparser SUBDIR += ruby-xmlscan |