diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-08-27 09:09:44 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-08-27 09:09:44 +0800 |
commit | 202b47fd60e40b79024224085e54b9e2ce57be97 (patch) | |
tree | 7b211809951cc6d1361916afa413cf70869f0a78 /databases/rubygem-dm-constraints | |
parent | c300b148eb4291887896c458fce290b6c863cc67 (diff) | |
download | freebsd-ports-gnome-202b47fd60e40b79024224085e54b9e2ce57be97.tar.gz freebsd-ports-gnome-202b47fd60e40b79024224085e54b9e2ce57be97.tar.zst freebsd-ports-gnome-202b47fd60e40b79024224085e54b9e2ce57be97.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
Diffstat (limited to 'databases/rubygem-dm-constraints')
-rw-r--r-- | databases/rubygem-dm-constraints/Makefile | 22 | ||||
-rw-r--r-- | databases/rubygem-dm-constraints/distinfo | 3 | ||||
-rw-r--r-- | databases/rubygem-dm-constraints/pkg-descr | 3 |
3 files changed, 28 insertions, 0 deletions
diff --git a/databases/rubygem-dm-constraints/Makefile b/databases/rubygem-dm-constraints/Makefile new file mode 100644 index 000000000000..7d32659d1bb8 --- /dev/null +++ b/databases/rubygem-dm-constraints/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: rubygem-dm-constraints +# Date created: 2010-08-26 +# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> +# +# $FreeBSD$ +# + +PORTNAME= dm-constraints +PORTVERSION= 1.0.0 +CATEGORIES= databases rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= DataMapper plugin constraining relationships + +RUN_DEPENDS= rubygem-dm-migrations>=1.0.0:${PORTSDIR}/databases/rubygem-dm-migrations + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/databases/rubygem-dm-constraints/distinfo b/databases/rubygem-dm-constraints/distinfo new file mode 100644 index 000000000000..650eec2cd473 --- /dev/null +++ b/databases/rubygem-dm-constraints/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/dm-constraints-1.0.0.gem) = 4b3e46bef91633434c0d80e1f0e63c81 +SHA256 (rubygem/dm-constraints-1.0.0.gem) = 224a3dcabbf482e78eb8a130d7049fe500c73d18e7f9518dbb6f44efd08c8288 +SIZE (rubygem/dm-constraints-1.0.0.gem) = 16384 diff --git a/databases/rubygem-dm-constraints/pkg-descr b/databases/rubygem-dm-constraints/pkg-descr new file mode 100644 index 000000000000..b7c4279dbc2d --- /dev/null +++ b/databases/rubygem-dm-constraints/pkg-descr @@ -0,0 +1,3 @@ +DataMapper plugin constraining relationships + +WWW: http://github.com/datamapper/dm-more/tree/master/dm-constraints |