pkgsrc/misc/ruby-sprockets-rails/Makefile
taca f685d7f356 misc/ruby-sprockets-rails: update to 3.4.2
3.4.2 (2021-12-11)

What's Changed

* Fix protocol relative URLs amended accidentally by @PikachuEXE in #485
* Add assets.resolve_assets_in_css_urls configuration option to allow
  disabling AssetUrlProcessor by @rmacklin in #489

New Contributors

* @PikachuEXE made their first contribution in #485
* @rmacklin made their first contribution in #489
2021-12-13 15:00:47 +00:00

18 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.9 2021/12/13 15:00:47 taca Exp $
DISTNAME= sprockets-rails-3.4.2
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rails/sprockets-rails
COMMENT= Sprockets Rails integration
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-sprockets>=3.0.0:../../misc/ruby-sprockets
DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
#DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
RUBY_RAILS_ACCEPTED= # defined
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"