diff options
author | miwi <miwi@FreeBSD.org> | 2010-02-09 06:05:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-02-09 06:05:27 +0800 |
commit | 46862f8c4e2b30a26d0f4ad0d716edf1b4e363e0 (patch) | |
tree | b9a65eb3bc475eec4734fd80b4dfa3f4c8059a3d /databases/Makefile | |
parent | 1453471679755637eaff83681412f75715c2fb9b (diff) | |
download | freebsd-ports-gnome-46862f8c4e2b30a26d0f4ad0d716edf1b4e363e0.tar.gz freebsd-ports-gnome-46862f8c4e2b30a26d0f4ad0d716edf1b4e363e0.tar.zst freebsd-ports-gnome-46862f8c4e2b30a26d0f4ad0d716edf1b4e363e0.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.
WWW: http://datamapper.org
PR: ports/143517
Submitted by: Jyun-Yan You <jyyou at cs.nctu.edu.tw>
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 e3b5b9c7ef56..f6424405a615 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -650,6 +650,7 @@ SUBDIR += rubygem-activerecord-jdbcmysql-adapter SUBDIR += rubygem-data_objects SUBDIR += rubygem-datamapper + SUBDIR += rubygem-dm-core SUBDIR += rubygem-do_mysql SUBDIR += rubygem-do_postgres SUBDIR += rubygem-do_sqlite3 |