50b0d13bf5
## 1.4.0 / 2015-12-01 * Allow `noscript` fallback to be disabled (#29) * Use Octokit to fetch Gist content when passed `JEKYLL_GITHUB_TOKEN` in env(#28) ## 1.3.5 / 2015-10-23 * Fix encoding error for `noscript` code (#23) * Test against Jekyll 3, 2, and the github-pages gem (#19)
14 lines
400 B
Makefile
14 lines
400 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/12/13 16:51:29 taca Exp $
|
|
|
|
DISTNAME= jekyll-gist-1.4.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
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|