## 2.2.1 (08 February 2013) - Updated to jQuery 1.9.1 - Updated to latest jquery-ujs ## 2.2.0 (19 January 2012) - Updated to jQuery 1.9.0 - Updated to latest jquery-ujs
15 lines
400 B
Makefile
15 lines
400 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/02/11 14:43:36 taca Exp $
|
|
|
|
DISTNAME= jquery-rails-2.2.1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rubygems.org/gems/jquery-rails
|
|
COMMENT= jQuery support for Rails
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-thor>=0.14<1:../../devel/ruby-thor
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|