f51d2c5023
## 3.1.0 (29 January 2014) - Updated to jQuery 1.11.0 - Updated to latest jquery-ujs - Added development rake task for updating jQuery
15 lines
397 B
Makefile
15 lines
397 B
Makefile
# $NetBSD: Makefile,v 1.8 2014/03/14 19:04:03 taca Exp $
|
|
|
|
DISTNAME= jquery-rails-3.1.0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rubygems.org/gems/jquery-rails/
|
|
COMMENT= Rails jQuery support
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-thor>=0.14<2:../../devel/ruby-thor
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|