- Add rubygem-fog-openstack 0.1.2
Fog::Openstack is a module for the 'fog' gem to support OpenStack clouds. WWW: https://github.com/fog/fog-openstack
This commit is contained in:
parent
25d6b44419
commit
bfa9a7dedd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412234
4 changed files with 31 additions and 0 deletions
|
@ -1099,6 +1099,7 @@
|
|||
SUBDIR += rubygem-fog-ecloud
|
||||
SUBDIR += rubygem-fog-google
|
||||
SUBDIR += rubygem-fog-local
|
||||
SUBDIR += rubygem-fog-openstack
|
||||
SUBDIR += rubygem-fog-powerdns
|
||||
SUBDIR += rubygem-fog-profitbricks
|
||||
SUBDIR += rubygem-fog-radosgw
|
||||
|
|
25
net/rubygem-fog-openstack/Makefile
Normal file
25
net/rubygem-fog-openstack/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fog-openstack
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Module for the 'fog' gem to support OpenStack clouds
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-fog-core>=1.35:devel/rubygem-fog-core \
|
||||
rubygem-fog-json>=1.0:devel/rubygem-fog-json \
|
||||
rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml \
|
||||
rubygem-ipaddress>=0.8:net/rubygem-ipaddress
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/rubygem-fog-openstack/distinfo
Normal file
2
net/rubygem-fog-openstack/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/fog-openstack-0.1.2.gem) = 917bf123ddea13f71c702d87f2b5417776207ddf9aaa5c99452726ed5c84e9b7
|
||||
SIZE (rubygem/fog-openstack-0.1.2.gem) = 180736
|
3
net/rubygem-fog-openstack/pkg-descr
Normal file
3
net/rubygem-fog-openstack/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Fog::Openstack is a module for the 'fog' gem to support OpenStack clouds.
|
||||
|
||||
WWW: https://github.com/fog/fog-openstack
|
Loading…
Reference in a new issue