freebsd-ports/sysutils/rubygem-winrm/Makefile
Steve Wills 25940cfc3d Ruby library for Windows Remote Management
WWW: https://github.com/WinRb/WinRM

PR:		ports/189435
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
2014-05-24 02:18:59 +00:00

26 lines
783 B
Makefile

# Created by: Joseph Benden <joe@thrallingpenguin.com>
# $FreeBSD$
PORTNAME= winrm
PORTVERSION= 1.1.3
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= joe@thrallingpenguin.com
COMMENT= Library for Windows Remote Management
LICENSE= APACHE20
RUN_DEPENDS= rubygem-gssapi>=1.0.0:${PORTSDIR}/security/rubygem-gssapi \
rubygem-httpclient>=2.3.3:${PORTSDIR}/www/rubygem-httpclient \
rubygem-logging>=1.8.1:${PORTSDIR}/devel/rubygem-logging \
rubygem-nokogiri>=1.6.1:${PORTSDIR}/textproc/rubygem-nokogiri \
rubygem-rubyntlm01>=0.1.0:${PORTSDIR}/net/rubygem-rubyntlm01 \
rubygem-savon>=0.9.5:${PORTSDIR}/www/rubygem-savon \
rubygem-uuidtools>=2.1.4:${PORTSDIR}/devel/rubygem-uuidtools
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>