freebsd-ports/net/rubygem-rbvmomi/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

29 lines
626 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= rbvmomi
PORTVERSION= 1.8.2
PORTREVISION= 1
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-builder32>=0:devel/rubygem-builder32 \
rubygem-nokogiri>=1.4.1:textproc/rubygem-nokogiri \
rubygem-trollop>=0:devel/rubygem-trollop \
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USES= shebangfix
SHEBANG_FILES= examples/run.sh
PLIST_FILES= bin/rbvmomish
.include <bsd.port.mk>