diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-08-27 01:09:44 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-08-27 01:09:44 +0000 |
commit | 32ec46f2bbbbb801521a612e4ef3302bc88e9149 (patch) | |
tree | c8805384c7bd6feaa23fadc9cf29b9d15a560163 /databases/rubygem-dm-constraints | |
parent | 06b094795da9bbe7b7927d71bddc2b68b8e6220b (diff) | |
download | ports-32ec46f2bbbbb801521a612e4ef3302bc88e9149.tar.gz ports-32ec46f2bbbbb801521a612e4ef3302bc88e9149.zip |
Notes
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 |