pkgsrc/net/ruby-train-winrm/Makefile
taca 933b7dd359 net/ruby-train-winrm: add version 0.2.6 package
Add ruby-train-winrm version 0.2.6 package.


Train WinRM

Allows applictaions using Train to speak to Windows using Remote Management;
handles authentication, cacheing, and SDK dependency management.
2020-01-19 15:35:47 +00:00

18 lines
475 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/19 15:35:47 taca Exp $
DISTNAME= train-winrm-0.2.6
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"