Files
ports/net/rubygem-train-winrm/Makefile
Sunpoet Po-Chuan Hsieh f3f66bb86f Add rubygem-train-winrm 0.2.6
This plugin allows applications that rely on Train to communicate with the WinRM
API. This plugin relies on the winrm and winrm-fs gems for implementation.

WWW: https://github.com/inspec/train-winrm
2020-07-30 09:48:04 +00:00

24 lines
491 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= train-winrm
PORTVERSION= 0.2.6
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Allow applictaions using Train to speak to Windows using Remote Management
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-winrm>=2.0<3:sysutils/rubygem-winrm \
rubygem-winrm-fs>=1.0<2:sysutils/rubygem-winrm-fs
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>