diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-30 18:29:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-30 18:29:53 +0000 |
commit | cdb236371025ab0918b5e915ad9ba5f95616f21d (patch) | |
tree | 2989c4841eca6905c6444249721db1a41bc6dd55 /devel | |
parent | 940e2ba316e4e74659c9c1e4540f8f239ed4a116 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-redis-activesupport/Makefile | 3 |
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> |