pkgsrc/net/ruby-winrm/Makefile
taca c53f3e9c6e net/ruby-winrm: add version 2.3.4 package
Add ruby-winrm version 2.3.4 package.


Windows Remote Management (WinRM) for Ruby

This is a SOAP library that uses the functionality in Windows Remote
Management(WinRM) to call native object in Windows.  This includes, but is
not limited to, running batch scripts, powershell scripts and fetching WMI
variables.  For more information on WinRM, please visit Microsoft's WinRM
site (http://msdn.microsoft.com/en-us/library/aa384426.aspx).

As of version 2.0, this gem retains the WinRM name but all powershell calls
use the more modern Powershell Remoting Protocol (PSRP)
(https://msdn.microsoft.com/en-us/library/dd357801.aspx) for initializing
runspace pools as well as creating and processing powershell pipelines.
2020-01-19 15:29:26 +00:00

25 lines
927 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/19 15:29:26 taca Exp $
DISTNAME= winrm-2.3.4
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/WinRb/WinRM
COMMENT= Ruby library for Windows Remote Management
LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-builder>=2.1.2:../../textproc/ruby-builder
DEPENDS+= ${RUBY_PKGPREFIX}-erubi>=1.8<2:../../textproc/ruby-erubi
DEPENDS+= ${RUBY_PKGPREFIX}-gssapi>=1.2<2:../../security/ruby-gssapi
DEPENDS+= ${RUBY_PKGPREFIX}-gyoku>=1.0<2:../../textproc/ruby-gyoku
DEPENDS+= ${RUBY_PKGPREFIX}-httpclient>=2.2<3:../../www/ruby-httpclient
DEPENDS+= ${RUBY_PKGPREFIX}-logging>=1.6.1:../../devel/ruby-logging
DEPENDS+= ${RUBY_PKGPREFIX}-nori>=2.0<3:../../textproc/ruby-nori
DEPENDS+= ${RUBY_PKGPREFIX}-rubyntlm>=0.6.1:../../security/ruby-rubyntlm
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"