prototype-rails provides Prototype, Scriptaculous, and RJS for Rails 3.1
WWW: https://github.com/rails/prototype-rails PR: ports/168126 Submitted by: Mikhail T. <m.tsatsenko@gmail.com>
This commit is contained in:
parent
4eb83b0e0d
commit
0acab13d73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297969
4 changed files with 28 additions and 0 deletions
|
@ -3791,6 +3791,7 @@
|
|||
SUBDIR += rubygem-polyglot
|
||||
SUBDIR += rubygem-popen4
|
||||
SUBDIR += rubygem-posix-spawn
|
||||
SUBDIR += rubygem-prototype-rails
|
||||
SUBDIR += rubygem-pry
|
||||
SUBDIR += rubygem-ptreloaded
|
||||
SUBDIR += rubygem-racc
|
||||
|
|
22
devel/rubygem-prototype-rails/Makefile
Normal file
22
devel/rubygem-prototype-rails/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Ports collection makefile for: rubygem-prototype-rails
|
||||
# Date created: 2012-05-19
|
||||
# Whom: Mikhail T. <m.tsatsenko@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= prototype-rails
|
||||
PORTVERSION= 3.2.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= m.tsatsenko@gmail.com
|
||||
COMMENT= Provides Prototype, Scriptaculous, and RJS for Rails
|
||||
|
||||
RUN_DEPENDS= rubygem-rails>=3.2.0:${PORTSDIR}/www/rubygem-rails
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-prototype-rails/distinfo
Normal file
2
devel/rubygem-prototype-rails/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/prototype-rails-3.2.1.gem) = 79cb161cfb612141fea186fa1f687d1dbb7003e43fc72519bc5672661b68ea5e
|
||||
SIZE (rubygem/prototype-rails-3.2.1.gem) = 97792
|
3
devel/rubygem-prototype-rails/pkg-descr
Normal file
3
devel/rubygem-prototype-rails/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
prototype-rails provides Prototype, Scriptaculous, and RJS for Rails 3.1
|
||||
|
||||
WWW: https://github.com/rails/prototype-rails
|
Loading…
Reference in a new issue