diff options
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/ |