20 lines
324 B
Makefile
20 lines
324 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/03/11 10:50:12 espie 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
|
|
|
|
MODULES = lang/node
|
|
|
|
CONFIGURE_STYLE = npm
|
|
|
|
.include <bsd.port.mk>
|