summaryrefslogtreecommitdiff
path: root/filesystems/rubygem-chef-winrm-fs/Makefile
blob: 013715a4217ca855e156ddfb5ab0197fa9926a32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	chef-winrm-fs
PORTVERSION=	1.4.0
CATEGORIES=	filesystems rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby library for file system operations via Windows Remote Management
WWW=		https://github.com/chef/chef-winrm-fs

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-benchmark>=0.4.0<0.5:benchmarks/rubygem-benchmark \
		rubygem-chef-winrm>=2.4<3:sysutils/rubygem-chef-winrm \
		rubygem-csv>=3.3<4:devel/rubygem-csv \
		rubygem-erubi>=1.7:www/rubygem-erubi \
		rubygem-logging>=1.6.1<3.0:devel/rubygem-logging \
		rubygem-rubyzip>=2.0<3:archivers/rubygem-rubyzip

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/rwinrmcp

.include <bsd.port.mk>