d723c3c2b9
This is for Ruby on Rails 3.2. jquery-rails provides jQuery and the jQuery-ujs driver for your Rails 3 applications.
17 lines
434 B
Makefile
17 lines
434 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/03/18 07:04:40 taca Exp $
|
|
|
|
DISTNAME= jquery-rails-2.0.1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rubygems.org/gems/jquery-rails
|
|
COMMENT= jQuery support for Rails 3.2
|
|
LICENSE= mit
|
|
|
|
RUBY_RAILS_SUPPORTED= 32
|
|
|
|
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-thor>=0.14<1:../../devel/ruby-thor
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|