pkgsrc/www/ruby-jekyll-gist/Makefile
taca 7b3e8a741f www/ruby-jekyll-gist: update to 1.5.0
1.5.0						2017/12/03

Documentation

* replace 'plugins' key in config with 'gems' (#46)
* Docs: Remove username in gist (#54)

Development Fixes

* Remove testing for Jekyll 2.x
* Requires Ruby > 2.1
* Add release script
* Inherit Jekyll's rubocop config for consistency (#48)
* define path with dir (#47)

1.4.1						2017/06/21

* Don't ask .empty? until it's a String. (#38)
* rename Liquid 4 has_key? to key? to add compatibility for liquid 4 (#41)
* Test against Ruby 2.1 to 2.4 (#45)
2018-03-13 17:39:48 +00:00

18 lines
496 B
Makefile

# $NetBSD: Makefile,v 1.6 2018/03/13 17:39:48 taca Exp $
DISTNAME= jekyll-gist-1.5.0
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jekyll/jekyll-gist/
COMMENT= Liquid tag for displaying GitHub Gists in Jekyll sites
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-octokit>=4.2<5:../../devel/ruby-octokit
USE_TOOLS+= bash:run
REPLACE_BASH+= script/bootstrap script/cibuild script/fmt script/release
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"