www/rubygem-jquery-rails-rails50: Create rails version 5.0 port by copying
www/rubygem-jquery-rails-rails5 Approved by: swills (mentor, implicit)
This commit is contained in:
parent
e76287eeff
commit
6f5d1b486f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441654
4 changed files with 33 additions and 0 deletions
|
@ -2000,6 +2000,7 @@
|
|||
SUBDIR += rubygem-jquery-atwho-rails
|
||||
SUBDIR += rubygem-jquery-rails
|
||||
SUBDIR += rubygem-jquery-rails-rails5
|
||||
SUBDIR += rubygem-jquery-rails-rails50
|
||||
SUBDIR += rubygem-jquery-scrollto-rails
|
||||
SUBDIR += rubygem-jquery-turbolinks
|
||||
SUBDIR += rubygem-jquery-ui-rails-rails4
|
||||
|
|
24
www/rubygem-jquery-rails-rails50/Makefile
Normal file
24
www/rubygem-jquery-rails-rails50/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Created by: Jason Helfman <jgh@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jquery-rails
|
||||
PORTVERSION= 4.3.1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails50
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
COMMENT= Provides a Rails generator for jQuery
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-rails-dom-testing-rails50>=1.0:textproc/rubygem-rails-dom-testing-rails50 \
|
||||
rubygem-railties50>=4.2.0:www/rubygem-railties50 \
|
||||
rubygem-thor>=0.14:devel/rubygem-thor
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-jquery-rails-rails50/distinfo
Normal file
3
www/rubygem-jquery-rails-rails50/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1490305874
|
||||
SHA256 (rubygem/jquery-rails-4.3.1.gem) = 711e4ed2e04b678f6b62537d0ea32d77211304e7bfad99a97089b0cef739310a
|
||||
SIZE (rubygem/jquery-rails-4.3.1.gem) = 517120
|
5
www/rubygem-jquery-rails-rails50/pkg-descr
Normal file
5
www/rubygem-jquery-rails-rails50/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
This gem provides a Rails generator to install jQuery and the jQuery-ujs
|
||||
driver into your Rails 5 application, and then have them included
|
||||
automatically instead of Prototype.
|
||||
|
||||
WWW: https://github.com/rails/jquery-rails
|
Loading…
Reference in a new issue