openbsd-ports/lang/coffeescript/Makefile

25 lines
457 B
Makefile
Raw Normal View History

2012-04-12 15:08:46 -04:00
# $OpenBSD: Makefile,v 1.4 2012/04/12 19:08:46 jasper Exp $
COMMENT = little language that compiles to javascript
2012-04-12 15:08:46 -04:00
NPM_VERSION = 1.3.1
NPM_NAME = coffee-script
PKGNAME = coffeescript-${NPM_VERSION}
CATEGORIES = lang
2012-04-12 15:08:46 -04:00
HOMEPAGE = http://coffeescript.org/
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = www/node
CONFIGURE_STYLE = npm
2012-04-12 15:08:46 -04:00
NO_REGRESS = Yes
.include <bsd.port.mk>