summaryrefslogtreecommitdiff
path: root/www/ruby-jekyll-coffeescript/Makefile
blob: e4598d586f36d4842930712090355535ff6e20f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.3 2018/03/13 17:46:30 taca Exp $

DISTNAME=	jekyll-coffeescript-1.1.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

OVERRIDE_GEMSPEC+=	coffee-script-source>=1.11.1

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"