0defcf2642
A CoffeeScript converter for Jekyll.
14 lines
405 B
Makefile
14 lines
405 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/03/13 16:43:44 taca Exp $
|
|
|
|
DISTNAME= jekyll-coffeescript-1.0.1
|
|
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"
|