Runs PowerShell commands as elevated over Windows Remote Management (WinRM) via a scheduled task This gem allows you to break out of the magical WinRM constraints thus allowing to reach out to network shares and even install Windows updates, .NET, SQL Server etc.
22 lines
547 B
Makefile
22 lines
547 B
Makefile
PORTNAME= chef-winrm-elevated
|
|
PORTVERSION= 1.2.5
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby library for running commands via WinRM as elevated through a scheduled task
|
|
WWW= https://github.com/chef/chef-winrm-elevated
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-chef-winrm>=2.3.11:sysutils/rubygem-chef-winrm \
|
|
rubygem-chef-winrm-fs>=1.3.7:filesystems/rubygem-chef-winrm-fs \
|
|
rubygem-erubi>=1.8:www/rubygem-erubi
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|