aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-bigrecord
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-28 16:24:50 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-28 16:24:50 +0000
commitfc8080e7a1b5e94a706cd80418fa754488baf7ea (patch)
treee5bbfc5ce09ecab7d55034c5f2fb21a5cd2d8097 /databases/rubygem-bigrecord
parentabd8e00c37ec30ecd36d95415ae2ed1a31603958 (diff)
downloadports-fc8080e7a1b5e94a706cd80418fa754488baf7ea.tar.gz
ports-fc8080e7a1b5e94a706cd80418fa754488baf7ea.zip
- Add LICENSE
Notes
Notes: svn path=/head/; revision=366423
Diffstat (limited to 'databases/rubygem-bigrecord')
-rw-r--r--databases/rubygem-bigrecord/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/rubygem-bigrecord/Makefile b/databases/rubygem-bigrecord/Makefile
index 1ee7ec3c8885..82261b9ae932 100644
--- a/databases/rubygem-bigrecord/Makefile
+++ b/databases/rubygem-bigrecord/Makefile
@@ -9,9 +9,11 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Intended to work as a drop-in for Rails applications
+LICENSE= MIT
+
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
+ rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
+ rubygem-uuidtools>=2.0.0:${PORTSDIR}/devel/rubygem-uuidtools
USE_RUBY= yes
USE_RUBYGEMS= yes