d36040739f
* Lock coffee-script-source (#16) * Load converter only when used. (#11) * Test against Jekyll 2 & Jekyll 3 (#13)
14 lines
405 B
Makefile
14 lines
405 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/03/20 16:38:33 taca Exp $
|
|
|
|
DISTNAME= jekyll-coffeescript-1.0.2
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/jekyll/jekyll-coffeescript
|
|
COMMENT= CoffeeScript converter for Jekyll
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-coffee-script>=2.2<3:../../lang/ruby-coffee-script
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|