1d87dca970
## 3.0.4 (10 July 2013) - Updated to jQuery 1.10.2 - ## 3.0.3 (10 July 2013) - Updated to jQuery 1.10.2 ## 3.0.2 (04 July 2013) - Updated to latest jquery-ujs ## 3.0.1 (07 June 2013) - Updated to jQuery 1.10.1 - Removed jQuery UI from generator ## 3.0.0 (29 May 2013) - Removed jQuery UI ## 2.3.0 (29 May 2013) - Updated to jQuery 1.10.0 - Updated to jQuery UI 1.10.3 ## 2.2.2 (29 May 2013) - Updated to latest jquery-ujs
15 lines
397 B
Makefile
15 lines
397 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/09/15 17:22:10 taca Exp $
|
|
|
|
DISTNAME= jquery-rails-3.0.4
|
|
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"
|