Release 2.4.0 (2018/07/23) * Added username and password validation for elevated option on Windows * Added support for setting sensitive so that potentially sensitive output is suppressed
12 lines
330 B
Makefile
12 lines
330 B
Makefile
# $NetBSD: Makefile,v 1.9 2018/09/23 14:51:05 taca Exp $
|
|
|
|
DISTNAME= mixlib-shellout-2.4.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/chef/mixlib-shellout
|
|
COMMENT= Mixin library for subprocess management
|
|
LICENSE= apache-2.0
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|