f78b729d31
Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler.
15 lines
465 B
Makefile
15 lines
465 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/03/04 16:14:42 taca Exp $
|
|
|
|
DISTNAME= coffee-script-2.2.0
|
|
CATEGORIES= lang
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://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"
|