freebsd-ports/net/rubygem-rbvmomi/Makefile
Sunpoet Po-Chuan Hsieh d3cca23d62 - Add rubygem-rbvmomi 1.8.2
RbVmomi is a Ruby interface to the vSphere API. Like the Perl and Java SDKs, you
can use it to manage ESX and VirtualCenter servers. The current release supports
the vSphere 5.0 API.

WWW: https://github.com/vmware/rbvmomi
RG:  https://rubygems.org/gems/rbvmomi
2014-12-04 15:11:20 +00:00

24 lines
552 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= rbvmomi
PORTVERSION= 1.8.2
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby interface to the VMware vSphere API
LICENSE= MIT
RUN_DEPENDS= rubygem-builder32>=0:${PORTSDIR}/devel/rubygem-builder32 \
rubygem-nokogiri>=1.4.1:${PORTSDIR}/textproc/rubygem-nokogiri \
rubygem-trollop>=0:${PORTSDIR}/devel/rubygem-trollop \
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rbvmomish
.include <bsd.port.mk>