blob: 6c54f705c22193b5c2fe5f0e6ae7881fd0a84f84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $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"
|