openbsd-ports/lang/coffeescript/Makefile
2013-03-11 11:20:26 +00:00

26 lines
447 B
Makefile

# $OpenBSD: Makefile,v 1.12 2013/03/11 11:20:27 espie Exp $
PKG_ARCH = *
COMMENT = little language that compiles to javascript
NPM_VERSION = 1.5.0
NPM_NAME = coffee-script
PKGNAME = coffeescript-${NPM_VERSION}
CATEGORIES = lang
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
HOMEPAGE = http://coffeescript.org/
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/node
CONFIGURE_STYLE = npm
NO_TEST = Yes
.include <bsd.port.mk>