9b42cae9cb
1.5.2 2018/02/04 Development Fixes * Test against Ruby 2.5 (#68) 1.5.1 2017/12/03 * Security: Bump Rubocop to 0.51 * Style: Define path with __dir__ (#60) * Style: Inherit Jekyll's rubocop config for consistency (#61) * Dev: Update Travis config (#62) - Drop support for Jekyll 2.x and Ruby 2.0 * Dev: Fix script/release
14 lines
388 B
Makefile
14 lines
388 B
Makefile
# $NetBSD: Makefile,v 1.4 2018/03/13 17:08:37 taca Exp $
|
|
|
|
DISTNAME= jekyll-sass-converter-1.5.2
|
|
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}-sass>=3.4<4:../../www/ruby-sass
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|