aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-08-27 01:09:44 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-08-27 01:09:44 +0000
commit32ec46f2bbbbb801521a612e4ef3302bc88e9149 (patch)
treec8805384c7bd6feaa23fadc9cf29b9d15a560163 /databases/Makefile
parent06b094795da9bbe7b7927d71bddc2b68b8e6220b (diff)
downloadports-32ec46f2bbbbb801521a612e4ef3302bc88e9149.tar.gz
ports-32ec46f2bbbbb801521a612e4ef3302bc88e9149.zip
DataMapper is a Object Relational Mapper written in Ruby. The goal is to create
an ORM which is fast, thread-safe and feature rich. Please Welcome 1.0.0 http://datamapper.org/ PR: ports/147800 Submitted by: myself (pgollucci) Sponsored by: RideCharge Inc. / TaxiMagic
Notes
Notes: svn path=/head/; revision=260057
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 288eae61e99c..ff933870b958 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -696,8 +696,14 @@
SUBDIR += rubygem-data_objects
SUBDIR += rubygem-datamapper
SUBDIR += rubygem-dm-aggregates
+ SUBDIR += rubygem-dm-constraints
SUBDIR += rubygem-dm-core
+ SUBDIR += rubygem-dm-migrations
+ SUBDIR += rubygem-dm-serializer
+ SUBDIR += rubygem-dm-timestamps
+ SUBDIR += rubygem-dm-transactions
SUBDIR += rubygem-dm-types
+ SUBDIR += rubygem-dm-validations
SUBDIR += rubygem-do_mysql
SUBDIR += rubygem-do_postgres
SUBDIR += rubygem-do_sqlite3