From 818e00b9f5c0f396d826cceae782b30f23582d64 Mon Sep 17 00:00:00 2001 From: swills Date: Sun, 2 Oct 2011 18:14:26 +0000 Subject: Amalgalite embeds the SQLite database engine in a ruby extension. There is no need to install SQLite separately. WWW: http://copiousfreetime.rubyforge.org/amalgalite/ PR: ports/158316 Submitted by: Eric Freeman --- databases/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/Makefile') diff --git a/databases/Makefile b/databases/Makefile index edfb5994ba1a..22f3747edca1 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -756,6 +756,7 @@ SUBDIR += rubygem-activerecord SUBDIR += rubygem-activerecord-jdbc-adapter SUBDIR += rubygem-activerecord-jdbcmysql-adapter + SUBDIR += rubygem-amalgalite SUBDIR += rubygem-arel SUBDIR += rubygem-bigrecord SUBDIR += rubygem-couchrest -- cgit