1PORTNAME= opennebula 2PORTVERSION= 7.0.2 3CATEGORIES= net rubygems 4MASTER_SITES= RG 5 6MAINTAINER= sunpoet@FreeBSD.org 7COMMENT= Libraries needed to talk to OpenNebula 8WWW= https://opennebula.io/ \ 9 https://github.com/OpenNebula/one 10 11LICENSE= Apache-2.0 12LICENSE_FILE= ${WRKSRC}/LICENSE 13 14BUILD_DEPENDS= ${RUN_DEPENDS} 15RUN_DEPENDS= rubygem-ipaddress>=0:net/rubygem-ipaddress \ 16 rubygem-json>=0:devel/rubygem-json \ 17 rubygem-nokogiri>=0:textproc/rubygem-nokogiri \ 18 rubygem-parse-cron>=0:textproc/rubygem-parse-cron \ 19 rubygem-treetop>=0:devel/rubygem-treetop \ 20 rubygem-xmlrpc>=0:net/rubygem-xmlrpc 21 22USES= gem 23 24NO_ARCH= yes 25 26.include <bsd.port.mk> 27