opnsense-ports/net/rubygem-fog-vsphere/Makefile

24 lines
456 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fog-vsphere
PORTVERSION= 3.2.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Module for the 'fog' gem to support vSphere
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \
rubygem-rbvmomi>=1.9:net/rubygem-rbvmomi
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>