openbsd-ports/devel/node-expresso/Makefile

23 lines
405 B
Makefile

# $OpenBSD: Makefile,v 1.3 2012/07/12 21:42:54 jasper Exp $
COMMENT = TDD framework for Node.js
NPM_VERSION = 0.9.2
NPM_NAME = expresso
REVISION = 1
CATEGORIES = devel
HOMEPAGE = http://visionmedia.github.com/expresso/
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/node
CONFIGURE_STYLE = npm
.include <bsd.port.mk>