aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-06-02 02:16:25 +0800
committerswills <swills@FreeBSD.org>2012-06-02 02:16:25 +0800
commit69333bbb896692a5f401b80acf706d33290a42d5 (patch)
treeb35728a0f550a6619fc9346c470c1d25019965de /devel
parent667f50fa8199d99f955362ea56df680cbbac826a (diff)
downloadfreebsd-ports-gnome-69333bbb896692a5f401b80acf706d33290a42d5.tar.gz
freebsd-ports-gnome-69333bbb896692a5f401b80acf706d33290a42d5.tar.zst
freebsd-ports-gnome-69333bbb896692a5f401b80acf706d33290a42d5.zip
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>
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-prototype-rails/Makefile22
-rw-r--r--devel/rubygem-prototype-rails/distinfo2
-rw-r--r--devel/rubygem-prototype-rails/pkg-descr3
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c6fc1f393437..f7e345989f46 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/rubygem-prototype-rails/Makefile b/devel/rubygem-prototype-rails/Makefile
new file mode 100644
index 000000000000..06df20bd13f8
--- /dev/null
+++ b/devel/rubygem-prototype-rails/Makefile
@@ -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>
diff --git a/devel/rubygem-prototype-rails/distinfo b/devel/rubygem-prototype-rails/distinfo
new file mode 100644
index 000000000000..7f18a9ba2088
--- /dev/null
+++ b/devel/rubygem-prototype-rails/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/prototype-rails-3.2.1.gem) = 79cb161cfb612141fea186fa1f687d1dbb7003e43fc72519bc5672661b68ea5e
+SIZE (rubygem/prototype-rails-3.2.1.gem) = 97792
diff --git a/devel/rubygem-prototype-rails/pkg-descr b/devel/rubygem-prototype-rails/pkg-descr
new file mode 100644
index 000000000000..048dc5dd3d10
--- /dev/null
+++ b/devel/rubygem-prototype-rails/pkg-descr
@@ -0,0 +1,3 @@
+prototype-rails provides Prototype, Scriptaculous, and RJS for Rails 3.1
+
+WWW: https://github.com/rails/prototype-rails