23 lines
398 B
Makefile
23 lines
398 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/05/20 17:51:17 abieber Exp $
|
|
|
|
COMMENT = higher-order functions and common patterns for async code
|
|
|
|
NPM_VERSION = 0.2.8
|
|
NPM_NAME = async
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Aaron Bieber <abieber@openbsd.org>
|
|
|
|
HOMEPAGE = https://github.com/caolan/async
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/node
|
|
|
|
CONFIGURE_STYLE = npm
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|