diff options
author | jlam <jlam> | 2008-04-04 15:33:05 +0000 |
---|---|---|
committer | jlam <jlam> | 2008-04-04 15:33:05 +0000 |
commit | db206bf4ac6d548e233a1a802cea6f5e7f0ff130 (patch) | |
tree | d959a84212d020f9e3fda7860fc2bc7f0bc8ad39 /databases | |
parent | efef8e877f910cb272a671b08e830334a05b9443 (diff) | |
download | pkgsrc-db206bf4ac6d548e233a1a802cea6f5e7f0ff130.tar.gz |
Add and enable new ruby-* packages.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 755bceded77..2990cd3a7eb 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.241 2008/03/26 13:22:00 wiz Exp $ +# $NetBSD: Makefile,v 1.242 2008/04/04 15:33:06 jlam Exp $ # COMMENT= Databases @@ -183,10 +183,18 @@ SUBDIR+= ruby-DBD-postgresql SUBDIR+= ruby-DBD-sqlite SUBDIR+= ruby-DBI SUBDIR+= ruby-activerecord +SUBDIR+= ruby-activerecord-odbc +SUBDIR+= ruby-acts-as-versioned +SUBDIR+= ruby-datamapper SUBDIR+= ruby-gdbm SUBDIR+= ruby-mysql +SUBDIR+= ruby-odbc +SUBDIR+= ruby-postgres-pr SUBDIR+= ruby-postgresql SUBDIR+= ruby-qdbm +SUBDIR+= ruby-sequel +SUBDIR+= ruby-sequel-core +SUBDIR+= ruby-sequel-model SUBDIR+= ruby-sqlite3 SUBDIR+= ruby-vapor SUBDIR+= sdbm |