- Add rubygem-opennebula 4.10.1
OpenNebula is an open-source project delivering a simple but feature-rich and flexible solution to build and manage enterprise clouds and virtualized data centers. This gem provides libraries needed to talk to OpenNebula. WWW: http://opennebula.org/ RG: https://rubygems.org/gems/opennebula
This commit is contained in:
parent
d3cca23d62
commit
ebdea4aedd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373946
4 changed files with 31 additions and 0 deletions
|
@ -1037,6 +1037,7 @@
|
|||
SUBDIR += rubygem-omniauth-twitter
|
||||
SUBDIR += rubygem-open-uri-cached
|
||||
SUBDIR += rubygem-openid
|
||||
SUBDIR += rubygem-opennebula
|
||||
SUBDIR += rubygem-packetfu
|
||||
SUBDIR += rubygem-pcaprub
|
||||
SUBDIR += rubygem-rabbiter
|
||||
|
|
22
net/rubygem-opennebula/Makefile
Normal file
22
net/rubygem-opennebula/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= opennebula
|
||||
PORTVERSION= 4.10.1
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Libraries needed to talk to OpenNebula
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \
|
||||
rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri \
|
||||
rubygem-rbvmomi>=0:${PORTSDIR}/net/rubygem-rbvmomi
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/rubygem-opennebula/distinfo
Normal file
2
net/rubygem-opennebula/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/opennebula-4.10.1.gem) = e0da08bac3832ba888288ee3b6eae7f24317d9dee1e1904c704b370cfa2b8ce6
|
||||
SIZE (rubygem/opennebula-4.10.1.gem) = 50176
|
6
net/rubygem-opennebula/pkg-descr
Normal file
6
net/rubygem-opennebula/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
OpenNebula is an open-source project delivering a simple but feature-rich and
|
||||
flexible solution to build and manage enterprise clouds and virtualized data
|
||||
centers. This gem provides libraries needed to talk to OpenNebula.
|
||||
|
||||
WWW: http://opennebula.org/
|
||||
RG: https://rubygems.org/gems/opennebula
|
Loading…
Reference in a new issue