diff --git a/net/Makefile b/net/Makefile index 28954fb60020..d0ec42ea01a0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1274,6 +1274,7 @@ SUBDIR += rubygem-gitaly-proto094 SUBDIR += rubygem-gitlab_omniauth-ldap SUBDIR += rubygem-gitlab_omniauth-ldap20 + SUBDIR += rubygem-google-cloud-core SUBDIR += rubygem-google-cloud-env SUBDIR += rubygem-grpc SUBDIR += rubygem-hangouts-chat diff --git a/net/rubygem-google-cloud-core/Makefile b/net/rubygem-google-cloud-core/Makefile new file mode 100644 index 000000000000..a2031b45704a --- /dev/null +++ b/net/rubygem-google-cloud-core/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= google-cloud-core +PORTVERSION= 1.2.6 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Internal shared library for Google Cloud Client Library + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-google-cloud-env>=1.0:net/rubygem-google-cloud-env + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include diff --git a/net/rubygem-google-cloud-core/distinfo b/net/rubygem-google-cloud-core/distinfo new file mode 100644 index 000000000000..6d1b5e9b920b --- /dev/null +++ b/net/rubygem-google-cloud-core/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1536865323 +SHA256 (rubygem/google-cloud-core-1.2.6.gem) = 82e7c1c0191617bb1a6eca16086e766359b2b064b57e0705d74f095f00091d2a +SIZE (rubygem/google-cloud-core-1.2.6.gem) = 23552 diff --git a/net/rubygem-google-cloud-core/pkg-descr b/net/rubygem-google-cloud-core/pkg-descr new file mode 100644 index 000000000000..762eeed322f3 --- /dev/null +++ b/net/rubygem-google-cloud-core/pkg-descr @@ -0,0 +1,4 @@ +This library contains shared types, such as error classes, for the Google Cloud +Client Library for Ruby. + +WWW: https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-core