pkgsrc/www/ruby-jekyll-sass-converter/Makefile
taca 4a8cae9a89 www/ruby-jekyll-sass-converter: update to 2.2.0
2.2.0 (2022-02-28)

Minor Enhancements

* Support sass-embedded as alternative implementation (#124)

Bug Fixes

* Source map sources should to be relative to site.source (#119)
* Sourcemaps should not be rendered by Liquid (#123)

Development Fixes

* Migrate from AppVeyor CI to GH Actions (#125)
* Refactor specs to reduce repetition (#126)
* Reduce overall class size (#132)
* Use new sass-embedded api (#131)
* Add workflow to release gem via GH Actions (#134)

Documentation

* Update CI status badge (#127)
* Update sass-embedded info in README.md (#133)
2022-09-01 14:51:15 +00:00

16 lines
413 B
Makefile

# $NetBSD: Makefile,v 1.7 2022/09/01 14:51:15 taca Exp $
DISTNAME= jekyll-sass-converter-2.2.0
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jekyll/jekyll-sass-converter
COMMENT= Basic Sass converter for Jekyll
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-sassc>=2.0.1:../../www/ruby-sassc
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"