23 lines
400 B
Makefile
23 lines
400 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/05/20 17:52:56 abieber Exp $
|
|
|
|
COMMENT = remove all files in the given path recursively
|
|
|
|
NPM_VERSION = 1.0.0
|
|
NPM_NAME = rmdir
|
|
CATEGORIES = sysutils
|
|
|
|
MAINTAINER = Aaron Bieber <abieber@openbsd.org>
|
|
|
|
HOMEPAGE = https://github.com/dreamerslab/node.rmdir
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/node
|
|
|
|
CONFIGURE_STYLE = npm
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|