summaryrefslogtreecommitdiff
path: root/www/rubygem-jquery-rails/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-01-30 12:11:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-01-30 12:11:09 +0000
commitcff8cbed8ccfc052bf40059b070b8749056e10b1 (patch)
tree1af3a630ab5fed24f61b81f4ed3fdb569b1f36ae /www/rubygem-jquery-rails/Makefile
parentDragonfly is an on-the-fly Rack-based image handling framework. It is suitable (diff)
This gem provides a Rails generator to install jQuery and the jQuery-ujs
driver into your Rails 3 application, and then have them included automatically instead of Prototype. WWW: http://rubygems.org/gems/jquery-rails PR: ports/153967 Submitted by: Jason Helfman <jhelfman at experts-exchange.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=268444
Diffstat (limited to 'www/rubygem-jquery-rails/Makefile')
-rw-r--r--www/rubygem-jquery-rails/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/rubygem-jquery-rails/Makefile b/www/rubygem-jquery-rails/Makefile
new file mode 100644
index 000000000000..15d6ea2778e2
--- /dev/null
+++ b/www/rubygem-jquery-rails/Makefile
@@ -0,0 +1,22 @@
+# Ports collection makefile for: rubygem-jquery-rails
+# Date created: 13 January 2011
+# Whom: Jason Helfman <jhelfman@experts-exchange.com>
+#
+# $FreeBSD$
+
+PORTNAME= jquery-rails
+PORTVERSION= 0.2.6
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= jhelfman@experts-exchange.com
+COMMENT= Provides a rails generator for jquery
+
+RUN_DEPENDS+= rubygem-rails>=3.0.3:${PORTSDIR}/www/rubygem-rails \
+ rubygem-thor>=0.14.6:${PORTSDIR}/devel/rubygem-thor
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>