adefee5340
**3.5.2** (December 8, 2015) * Fix JRuby bug with concurrent-ruby. * Fix disabling gzip generation in cached environments. **3.5.1** (December 5, 2015) * Fix gzip asset generation for assets already on disk. **3.5.0** (December 3, 2015) * Reintroduce Gzip file generation for non-binary assets. **3.4.1** (November 25, 2015) * PathUtils::Entries will no longer error on an empty directory. **3.4.0** (October 5, 2015) * Expose method to override the sass cache in the SassProcessor.
16 lines
411 B
Makefile
16 lines
411 B
Makefile
# $NetBSD: Makefile,v 1.12 2015/12/13 17:23:25 taca Exp $
|
|
|
|
DISTNAME= sprockets-3.5.2
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/sstephenson/sprockets
|
|
COMMENT= Rack-based asset packaging system
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.6<3:../../www/ruby-rack
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|