diff options
author | knu <knu@FreeBSD.org> | 2001-03-08 03:10:52 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-03-08 03:10:52 +0800 |
commit | f091d556c3ae0b6bd4079d367a235af7cf68771a (patch) | |
tree | b9306a4ab2d4fba34828db9562cf34a0e86d7980 /databases/Makefile | |
parent | 93c43fcda9baa19812ec78dbdc5edc69b10e6057 (diff) | |
download | freebsd-ports-gnome-f091d556c3ae0b6bd4079d367a235af7cf68771a.tar.gz freebsd-ports-gnome-f091d556c3ae0b6bd4079d367a235af7cf68771a.tar.zst freebsd-ports-gnome-f091d556c3ae0b6bd4079d367a235af7cf68771a.zip |
Add ruby-bdb, a Ruby interface to Sleepycat's Berkeley DB revision 2
or later.
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 928aa64a78c5..f2def3b7854c 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -59,6 +59,7 @@ SUBDIR += py-SQLDict SUBDIR += py-gdbm SUBDIR += rdb + SUBDIR += ruby-bdb SUBDIR += ruby-gdbm SUBDIR += ruby14-gdbm SUBDIR += ruby-mysql |