aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-train-winrm/Makefile
blob: 6961f8b4434ee3dc758fb91b88c254be1f595ae2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	train-winrm
PORTVERSION=	0.4.0
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Allow applictaions using Train to speak to Windows using Remote Management
WWW=		https://github.com/inspec/train-winrm

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-chef-winrm>=2.4.4<2.5:sysutils/rubygem-chef-winrm \
		rubygem-chef-winrm-elevated>=1.2.5<1.3:sysutils/rubygem-chef-winrm-elevated \
		rubygem-chef-winrm-fs>=1.4.1<1.5:filesystems/rubygem-chef-winrm-fs \
		rubygem-socksify>=1.8<2:www/rubygem-socksify

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>