9e4ea79e01
0.2.11 (2020-09-30) Merged Pull Requests * Remove redundant encoding comments #22 (tas50) * Add winrm-shell-type option and winrm elevated shell #25 (catriona1) * Add validation to winrm shell type option #28 (catriona1) * Allow timeout option for WinRM commands #27 (james-stocks) * Correct minor spelling mistakes #23 (tas50) No release note for from 0.2.7 to 0.2.10 but these seems to various fixes.
18 lines
476 B
Makefile
18 lines
476 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/01/13 14:48:25 taca Exp $
|
|
|
|
DISTNAME= train-winrm-0.2.11
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/inspec/train-winrm
|
|
COMMENT= Windows WinRM API Transport for Train
|
|
LICENSE= apache-2.0
|
|
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-winrm>=2.0<3:../../net/ruby-winrm
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-winrm-fs>=1.0<2:../../net/ruby-winrm-fs
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|