diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-08-27 01:29:50 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-08-27 01:29:50 +0000 |
commit | 1ee4780f99b4fbd93b348fe7f020e7ec1c406ca0 (patch) | |
tree | 998eea7812984b980ca0f85d6cbe8e6dd23aa315 /databases/rubygem-bigrecord | |
parent | 7de78392ab56fe5edc1938e023119311db211c2a (diff) | |
download | ports-1ee4780f99b4fbd93b348fe7f020e7ec1c406ca0.tar.gz ports-1ee4780f99b4fbd93b348fe7f020e7ec1c406ca0.zip |
Notes
Diffstat (limited to 'databases/rubygem-bigrecord')
-rw-r--r-- | databases/rubygem-bigrecord/Makefile | 25 | ||||
-rw-r--r-- | databases/rubygem-bigrecord/distinfo | 3 | ||||
-rw-r--r-- | databases/rubygem-bigrecord/pkg-descr | 4 |
3 files changed, 32 insertions, 0 deletions
diff --git a/databases/rubygem-bigrecord/Makefile b/databases/rubygem-bigrecord/Makefile new file mode 100644 index 000000000000..7c8acbedac4a --- /dev/null +++ b/databases/rubygem-bigrecord/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: rubygem-bigrecord +# Date created: 26 August 2010 +# Whom: Philip M. Gollucci +# +# $FreeBSD$ +# + +PORTNAME= bigrecord +PORTVERSION= 0.1.1 +CATEGORIES= databases rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Intended to work as a drop-in for Rails applications. + +RUN_DEPENDS= rubygem-activerecord>=0:${PORTSDIR}/databases/rubygem-activerecord \ + rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \ + rubygem-uuidtools>=2.0.0:${PORTSDIR}/devel/rubygem-uuidtools + +USE_RUBY= yes +USE_RUBYGEMS= yes +USE_RAKE= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/databases/rubygem-bigrecord/distinfo b/databases/rubygem-bigrecord/distinfo new file mode 100644 index 000000000000..75151045fb2e --- /dev/null +++ b/databases/rubygem-bigrecord/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/bigrecord-0.1.1.gem) = 4f1a112192e3e9ed9d3cfcc3aed5f3cb +SHA256 (rubygem/bigrecord-0.1.1.gem) = ba1bf01a3ffdc62693df80ba66cfb104211b7dfe8cd9fc9b2e2b5d0b1af6c330 +SIZE (rubygem/bigrecord-0.1.1.gem) = 136704 diff --git a/databases/rubygem-bigrecord/pkg-descr b/databases/rubygem-bigrecord/pkg-descr new file mode 100644 index 000000000000..249f1bdb5160 --- /dev/null +++ b/databases/rubygem-bigrecord/pkg-descr @@ -0,0 +1,4 @@ +BigRecord is built from ActiveRecord, and intended to seamlessly integrate +into your Ruby on Rails applications. + +WWW: http://www.bigrecord.org/ |