diff options
author | knu <knu@FreeBSD.org> | 2000-08-07 19:23:12 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-07 19:23:12 +0800 |
commit | 5743fb696cbc38801a443066fd51533d2ab13c9b (patch) | |
tree | 6b5bd23ccc02cd232738220ceeb4281f977bd6af /databases/Makefile | |
parent | f892435599ab77eb261a019f85c2c05f2d0aac2f (diff) | |
download | freebsd-ports-gnome-5743fb696cbc38801a443066fd51533d2ab13c9b.tar.gz freebsd-ports-gnome-5743fb696cbc38801a443066fd51533d2ab13c9b.tar.zst freebsd-ports-gnome-5743fb696cbc38801a443066fd51533d2ab13c9b.zip |
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 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index e175c88596a0..5c0b27c4577d 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -43,6 +43,7 @@ SUBDIR += py-MySQLdb SUBDIR += py-PyGreSQL SUBDIR += rdb + SUBDIR += ruby-mysql SUBDIR += ruby-postgres SUBDIR += sqsh SUBDIR += tcl-Mysql |