aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-12-01 02:29:53 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-12-01 02:29:53 +0800
commit05d0a1168596a3b8809dcf3a6ad8462948cc9c13 (patch)
tree2989c4841eca6905c6444249721db1a41bc6dd55 /devel
parentba779aefe954fb5399eb3eaad33c5bff0da15bef (diff)
downloadfreebsd-ports-gnome-05d0a1168596a3b8809dcf3a6ad8462948cc9c13.tar.gz
freebsd-ports-gnome-05d0a1168596a3b8809dcf3a6ad8462948cc9c13.tar.zst
freebsd-ports-gnome-05d0a1168596a3b8809dcf3a6ad8462948cc9c13.zip
- Add LICENSE
- Remove contiguous blank lines
Diffstat (limited to 'devel')
-rw-r--r--devel/rubygem-redis-activesupport/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rubygem-redis-activesupport/Makefile b/devel/rubygem-redis-activesupport/Makefile
index 18ef3f23babf..83d79d1ff3f9 100644
--- a/devel/rubygem-redis-activesupport/Makefile
+++ b/devel/rubygem-redis-activesupport/Makefile
@@ -8,6 +8,8 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Redis store for ActiveSupport::Cache
+LICENSE= MIT
+
RUN_DEPENDS= rubygem-activesupport4>=4.0.0:${PORTSDIR}/devel/rubygem-activesupport4 \
rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store
@@ -15,5 +17,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-
.include <bsd.port.mk>