mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
ead16d6b95
Changes: https://github.com/vmware/rbvmomi/releases https://github.com/vmware/rbvmomi/commits/master
29 lines
612 B
Makefile
29 lines
612 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rbvmomi
|
|
PORTVERSION= 1.12.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby interface to the VMware vSphere API
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-builder>=3.0:devel/rubygem-builder \
|
|
rubygem-json>=1.8:devel/rubygem-json \
|
|
rubygem-nokogiri>=1.5:textproc/rubygem-nokogiri \
|
|
rubygem-trollop>=2.1:devel/rubygem-trollop
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem shebangfix
|
|
|
|
PLIST_FILES= bin/rbvmomish
|
|
|
|
SHEBANG_FILES= examples/run.sh
|
|
|
|
.include <bsd.port.mk>
|