summaryrefslogtreecommitdiff
path: root/lang/ruby-coffee-script/Makefile
blob: abf21523e79737d3f6b4aea5f73bf59db73744b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.3 2015/06/07 13:55:41 taca Exp $

DISTNAME=	coffee-script-2.4.1
CATEGORIES=	lang

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/josh/ruby-coffee-script/
COMMENT=	Ruby CoffeeScript Compiler
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-coffee-script-source>=0:../../lang/ruby-coffee-script-source
DEPENDS+=	${RUBY_PKGPREFIX}-execjs>=0:../../lang/ruby-execjs

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