pkgsrc/net/ruby-winrm-elevated/Makefile
taca 62176d5185 net/ruby-winrm-elevated: add package version 1.2.3
Add ruby-winrm-elevated package version 1.2.3.  This is required by new
ruby-winrm package.


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.
2021-02-03 14:32:24 +00:00

18 lines
552 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/02/03 14:32:24 taca Exp $
DISTNAME= winrm-elevated-1.2.3
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/WinRb/winrm-elevated
COMMENT= Ruby library for running commands as elevated
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-erubi>=1.8<2:../../textproc/ruby-erubi
#DEPENDS+= ${RUBY_PKGPREFIX}-winrm>=2.0<3:../../net/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"