29 lines
534 B
Makefile
29 lines
534 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/03/02 12:22:28 jasper 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
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/node
|
|
|
|
CONFIGURE_STYLE = npm
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|