diff options
author | knu <knu@FreeBSD.org> | 2000-08-07 11:23:12 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-07 11:23:12 +0000 |
commit | 5743fb696cbc38801a443066fd51533d2ab13c9b (patch) | |
tree | 6b5bd23ccc02cd232738220ceeb4281f977bd6af /devel/Makefile | |
parent | f892435599ab77eb261a019f85c2c05f2d0aac2f (diff) | |
download | FreeBSD-ports-5743fb696cbc38801a443066fd51533d2ab13c9b.zip FreeBSD-ports-5743fb696cbc38801a443066fd51533d2ab13c9b.tar.gz |
Add another couple of Ruby modules.
databases/ruby-mysql:
Ruby module for accessing MySQL databases, which has
the same functions as C API
ports/devel/ruby-optparse:
Yet another command line option parser for Ruby
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index ec69e4d..90ed790 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -262,6 +262,7 @@ SUBDIR += rinfo SUBDIR += robodoc SUBDIR += rpc2 + SUBDIR += ruby-optparse SUBDIR += ruby-property SUBDIR += ruby-racc SUBDIR += rvm |