Skip to content

Commit

Permalink
devel/rubygem-google-apis-cloudresourcemanager_v2: Add rubygem-google…
Browse files Browse the repository at this point in the history
…-apis-cloudresourcemanager_v2 0.27.0

This is the simple REST client for Cloud Resource Manager API V2. Simple REST
clients are Ruby client libraries that provide access to Google services via
their HTTP REST API endpoints. These libraries are generated and updated
automatically based on the discovery documents published by the service, and
they handle most concerns such as authentication, pagination, retry, timeouts,
and logging. You can use this client to access the Cloud Resource Manager API,
but note that some services may provide a separate modern client that is easier
to use.
  • Loading branch information
sunpoet committed Mar 21, 2023
1 parent 65cb4a9 commit 5207da9
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -6720,6 +6720,7 @@
SUBDIR += rubygem-google-api-client
SUBDIR += rubygem-google-apis-cloudbilling_v1
SUBDIR += rubygem-google-apis-cloudresourcemanager_v1
SUBDIR += rubygem-google-apis-cloudresourcemanager_v2
SUBDIR += rubygem-google-apis-compute_v1
SUBDIR += rubygem-google-apis-compute_v1_057
SUBDIR += rubygem-google-apis-container_v1
Expand Down
19 changes: 19 additions & 0 deletions devel/rubygem-google-apis-cloudresourcemanager_v2/Makefile
@@ -0,0 +1,19 @@
PORTNAME= google-apis-cloudresourcemanager_v2
PORTVERSION= 0.27.0
CATEGORIES= devel rubygems
MASTER_SITES= RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple REST client for Cloud Resource Manager API V2
WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v2

LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md

RUN_DEPENDS= rubygem-google-apis-core>=0.11.0<2.0:devel/rubygem-google-apis-core

USES= gem

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/rubygem-google-apis-cloudresourcemanager_v2/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1677770965
SHA256 (rubygem/google-apis-cloudresourcemanager_v2-0.27.0.gem) = 75696b42b4f9ec85630cfbcbd589d9922690d92647882b5db45b314d5de51205
SIZE (rubygem/google-apis-cloudresourcemanager_v2-0.27.0.gem) = 26112
8 changes: 8 additions & 0 deletions devel/rubygem-google-apis-cloudresourcemanager_v2/pkg-descr
@@ -0,0 +1,8 @@
This is the simple REST client for Cloud Resource Manager API V2. Simple REST
clients are Ruby client libraries that provide access to Google services via
their HTTP REST API endpoints. These libraries are generated and updated
automatically based on the discovery documents published by the service, and
they handle most concerns such as authentication, pagination, retry, timeouts,
and logging. You can use this client to access the Cloud Resource Manager API,
but note that some services may provide a separate modern client that is easier
to use.

0 comments on commit 5207da9

Please sign in to comment.