Files
ports/sysutils/rubygem-chef-winrm/Makefile
T
Po-Chuan Hsieh f881cb1a2e sysutils/rubygem-chef-winrm: Add rubygem-chef-winrm 2.3.11
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.

As of version 2.0, this gem retains the WinRM name but all powershell calls use
the more modern Powershell Remoting Protocol (PSRP) for initializing runspace
pools as well as creating and processing powershell pipelines.
2025-02-28 18:33:28 +08:00

30 lines
802 B
Makefile

PORTNAME= chef-winrm
PORTVERSION= 2.3.11
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby library for Windows Remote Management
WWW= https://github.com/chef/chef-winrm
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-builder>=2.1.2:devel/rubygem-builder \
rubygem-chef-gyoku>=1.4.1:textproc/rubygem-chef-gyoku \
rubygem-erubi>=1.8:www/rubygem-erubi \
rubygem-gssapi>=1.2<2:security/rubygem-gssapi \
rubygem-httpclient>=2.2.0.2<3:www/rubygem-httpclient \
rubygem-logging>=1.6.1<3.0:devel/rubygem-logging \
rubygem-nori>=2.7.0:devel/rubygem-nori \
rubygem-rexml>=3.3<4:textproc/rubygem-rexml \
rubygem-rubyntlm>=0.6.3<0.7:net/rubygem-rubyntlm
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/rwinrm
.include <bsd.port.mk>