diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-09-14 18:23:04 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-09-14 18:23:04 +0000 |
commit | 9f9b68bbe79595bf790dccad08eeb0fa58015feb (patch) | |
tree | b69ec81f3c766867f062b4fd4be25e5136fdf018 /www | |
parent | 79219125484d6337bc23d23ce46d0480925db5bf (diff) | |
download | freebsd-ports-9f9b68bbe79595bf790dccad08eeb0fa58015feb.zip |
- Add LICENSE
- Move RUN_DEPENDS upward
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-turbolinks/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/rubygem-turbolinks/Makefile b/www/rubygem-turbolinks/Makefile index d2f980d18e11..ccc2bcf726b7 100644 --- a/www/rubygem-turbolinks/Makefile +++ b/www/rubygem-turbolinks/Makefile @@ -9,10 +9,12 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Turbolinks makes following links in your web application faster +LICENSE= MIT + +RUN_DEPENDS= rubygem-coffee-rails4>=4.0.1:${PORTSDIR}/devel/rubygem-coffee-rails4 + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -RUN_DEPENDS= rubygem-coffee-rails4>=4.0.1:${PORTSDIR}/devel/rubygem-coffee-rails4 - .include <bsd.port.mk> |