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