- Add rubygem-fog-google 0.0.5
Fog currently supports two Google Cloud services (Google Compute Engine and Google Cloud Storage) via Fog::Google. WWW: https://github.com/fog/fog-google RG: https://rubygems.org/gems/fog-google
This commit is contained in:
parent
3da36e18ff
commit
813f2a0af8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385977
4 changed files with 30 additions and 0 deletions
|
@ -1046,6 +1046,7 @@
|
|||
SUBDIR += rubygem-fog-atmos
|
||||
SUBDIR += rubygem-fog-aws
|
||||
SUBDIR += rubygem-fog-ecloud
|
||||
SUBDIR += rubygem-fog-google
|
||||
SUBDIR += rubygem-fog-local
|
||||
SUBDIR += rubygem-fog-powerdns
|
||||
SUBDIR += rubygem-fog-profitbricks
|
||||
|
|
22
net/rubygem-fog-google/Makefile
Normal file
22
net/rubygem-fog-google/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fog-google
|
||||
PORTVERSION= 0.0.5
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Module for the 'fog' gem to support Google Cloud
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-fog-core>=0:${PORTSDIR}/devel/rubygem-fog-core \
|
||||
rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json \
|
||||
rubygem-fog-xml>=0:${PORTSDIR}/textproc/rubygem-fog-xml
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/rubygem-fog-google/distinfo
Normal file
2
net/rubygem-fog-google/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/fog-google-0.0.5.gem) = 3f09c3dd7ed93973cb3490a58dde0cde34faac27981a2926b9a6b19a2b6d6685
|
||||
SIZE (rubygem/fog-google-0.0.5.gem) = 103424
|
5
net/rubygem-fog-google/pkg-descr
Normal file
5
net/rubygem-fog-google/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Fog currently supports two Google Cloud services (Google Compute Engine and
|
||||
Google Cloud Storage) via Fog::Google.
|
||||
|
||||
WWW: https://github.com/fog/fog-google
|
||||
RG: https://rubygems.org/gems/fog-google
|
Loading…
Reference in a new issue