diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-10 20:15:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-10 20:15:58 +0000 |
commit | 813f2a0af83944fd1dce10085398c7cf72c82ae1 (patch) | |
tree | c6cfb5090b99ff10726b7f160ce32e1ce9530e7b /net | |
parent | 3da36e18ffff6ca1404be2d394cbf33480dbfc8e (diff) | |
download | freebsd-ports-813f2a0af83944fd1dce10085398c7cf72c82ae1.zip |
- 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
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/rubygem-fog-google/Makefile | 22 | ||||
-rw-r--r-- | net/rubygem-fog-google/distinfo | 2 | ||||
-rw-r--r-- | net/rubygem-fog-google/pkg-descr | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 234a120f0ac3..89d443c1b2b9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -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 diff --git a/net/rubygem-fog-google/Makefile b/net/rubygem-fog-google/Makefile new file mode 100644 index 000000000000..3fd704be628e --- /dev/null +++ b/net/rubygem-fog-google/Makefile @@ -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> diff --git a/net/rubygem-fog-google/distinfo b/net/rubygem-fog-google/distinfo new file mode 100644 index 000000000000..0776ce9befe5 --- /dev/null +++ b/net/rubygem-fog-google/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/fog-google-0.0.5.gem) = 3f09c3dd7ed93973cb3490a58dde0cde34faac27981a2926b9a6b19a2b6d6685 +SIZE (rubygem/fog-google-0.0.5.gem) = 103424 diff --git a/net/rubygem-fog-google/pkg-descr b/net/rubygem-fog-google/pkg-descr new file mode 100644 index 000000000000..cc563d7b4dd6 --- /dev/null +++ b/net/rubygem-fog-google/pkg-descr @@ -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 |