2014-12-04 16:12:31 +01:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= opennebula
|
2017-12-13 21:50:18 +01:00
|
|
|
PORTVERSION= 5.4.5
|
2014-12-04 16:12:31 +01:00
|
|
|
CATEGORIES= net rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Libraries needed to talk to OpenNebula
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
2015-10-02 08:55:07 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2014-12-04 16:12:31 +01:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json \
|
|
|
|
rubygem-nokogiri>=0:textproc/rubygem-nokogiri \
|
|
|
|
rubygem-rbvmomi>=0:net/rubygem-rbvmomi
|
2014-12-04 16:12:31 +01:00
|
|
|
|
2015-10-02 08:55:07 +02:00
|
|
|
NO_ARCH= yes
|
2014-12-04 16:12:31 +01:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2014-12-04 16:12:31 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|