diff options
author | swills <swills@FreeBSD.org> | 2015-08-10 02:30:17 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-08-10 02:30:17 +0800 |
commit | 1bd5052ad4b6c7d4b6f48ed6d09b74425fa867b7 (patch) | |
tree | 29c140e1dfad6d8edff159178fd7802661471fd4 /www | |
parent | c92c9a4529b6c69715c82be2310dedb4a38b5e43 (diff) | |
download | freebsd-ports-gnome-1bd5052ad4b6c7d4b6f48ed6d09b74425fa867b7.tar.gz freebsd-ports-gnome-1bd5052ad4b6c7d4b6f48ed6d09b74425fa867b7.tar.zst freebsd-ports-gnome-1bd5052ad4b6c7d4b6f48ed6d09b74425fa867b7.zip |
www/rubygem-turbolinks-rails41: create port
Add rails 4.1 version of turbolinks
PR: 201830
Submitted by: Torsten Zühlsdorff <ports@toco-domains.de>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/rubygem-turbolinks-rails41/Makefile | 10 | ||||
-rw-r--r-- | www/rubygem-turbolinks/Makefile | 2 |
3 files changed, 12 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 843509bcda71..d0fb7a586b53 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1974,6 +1974,7 @@ SUBDIR += rubygem-tinymce-rails SUBDIR += rubygem-tumblr_client SUBDIR += rubygem-turbolinks + SUBDIR += rubygem-turbolinks-rails41 SUBDIR += rubygem-typhoeus SUBDIR += rubygem-uglifier SUBDIR += rubygem-underscore-rails diff --git a/www/rubygem-turbolinks-rails41/Makefile b/www/rubygem-turbolinks-rails41/Makefile new file mode 100644 index 000000000000..8712626dc6f5 --- /dev/null +++ b/www/rubygem-turbolinks-rails41/Makefile @@ -0,0 +1,10 @@ +# Created by: Torsten Zühlsdorff <ports@toco-domains.de> +# $FreeBSD$ + +PKGNAMESUFFIX= -rails41 + +RUN_DEPENDS= rubygem-coffee-rails41>=4.1.0:${PORTSDIR}/devel/rubygem-coffee-rails41 + +MASTERDIR= ${.CURDIR}/../rubygem-turbolinks + +.include "${MASTERDIR}/Makefile" diff --git a/www/rubygem-turbolinks/Makefile b/www/rubygem-turbolinks/Makefile index 277c2347a43b..5657aed1c4d9 100644 --- a/www/rubygem-turbolinks/Makefile +++ b/www/rubygem-turbolinks/Makefile @@ -10,7 +10,7 @@ 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 +RUN_DEPENDS?= rubygem-coffee-rails4>=4.0.1:${PORTSDIR}/devel/rubygem-coffee-rails4 USE_RUBY= yes USE_RUBYGEMS= yes |