aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-winrm/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-05-24 02:18:59 +0000
committerSteve Wills <swills@FreeBSD.org>2014-05-24 02:18:59 +0000
commit25940cfc3db3bb1e34323b31a6438a269416d01f (patch)
treeb9c1c1e7b78bf36163325bae20fbcccc87c5a34f /sysutils/rubygem-winrm/Makefile
parentcfa2d39246d33d0865d9e33b6f43209631d2cc18 (diff)
Notes
Diffstat (limited to 'sysutils/rubygem-winrm/Makefile')
-rw-r--r--sysutils/rubygem-winrm/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/rubygem-winrm/Makefile b/sysutils/rubygem-winrm/Makefile
new file mode 100644
index 000000000000..4110a486b8bf
--- /dev/null
+++ b/sysutils/rubygem-winrm/Makefile
@@ -0,0 +1,26 @@
+# 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>