mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
97c9f3ce51
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.11.6
|
|
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>
|