23 lines
410 B
Makefile
23 lines
410 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/05/21 23:00:18 abieber Exp $
|
|
|
|
COMMENT = helper module for loading native modules in .node
|
|
|
|
NPM_VERSION = 1.0.0
|
|
NPM_NAME = bindings
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Aaron Bieber <abieber@openbsd.org>
|
|
|
|
HOMEPAGE = https://github.com/TooTallNate/node-bindings
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/node
|
|
|
|
CONFIGURE_STYLE = npm
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|