pkgsrc/devel/ruby-mixlib-shellout/Makefile
taca 23dfdc6ca1 Update ruby-mixlib-shellout to 2.3.2.
Release 2.3.2

* Fix bad method call in Windows Process module

Release 2.3.1

* Make Mixlib::ShellOut::EmptyWindowsCommand inherit from ShellCommandFailed

Release 2.3.0

* Add support for 'elevated' option on Windows, which logs on as batch server
  which is not affected by User Account Control (UAC)
2017-07-31 14:13:33 +00:00

12 lines
330 B
Makefile

# $NetBSD: Makefile,v 1.8 2017/07/31 14:13:33 taca Exp $
DISTNAME= mixlib-shellout-2.3.2
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"