Skip to content

Commit

Permalink
devel/rubygem-google-iam-credentials-v1: Add rubygem-google-iam-crede…
Browse files Browse the repository at this point in the history
…ntials-v1 0.4.0

The Service Account Credentials API creates short-lived credentials for Identity
and Access Management (IAM) service accounts. You can also use this API to sign
JSON Web Tokens (JWTs), as well as blobs of binary data that contain other types
of tokens.
  • Loading branch information
sunpoet committed Mar 21, 2023
1 parent d123680 commit 53d268f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -6743,6 +6743,7 @@
SUBDIR += rubygem-google-apis-storage_v1
SUBDIR += rubygem-google-gax
SUBDIR += rubygem-google-iam-credentials
SUBDIR += rubygem-google-iam-credentials-v1
SUBDIR += rubygem-google-iam-v1
SUBDIR += rubygem-google-protobuf
SUBDIR += rubygem-googleapis-common-protos
Expand Down
20 changes: 20 additions & 0 deletions devel/rubygem-google-iam-credentials-v1/Makefile
@@ -0,0 +1,20 @@
PORTNAME= google-iam-credentials-v1
PORTVERSION= 0.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby Client for the IAM Service Account Credentials V1 API
WWW= https://github.com/googleapis/google-cloud-ruby/tree/main/google-iam-credentials-v1

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

RUN_DEPENDS= rubygem-gapic-common>=0.10<2.0:devel/rubygem-gapic-common \
rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors

USES= gem

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/rubygem-google-iam-credentials-v1/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1677770979
SHA256 (rubygem/google-iam-credentials-v1-0.4.0.gem) = da22bee46bf1cb3a8ea81330cf28a53cc69c3923a9ead0bba6c6b94a3df0e80f
SIZE (rubygem/google-iam-credentials-v1-0.4.0.gem) = 27648
4 changes: 4 additions & 0 deletions devel/rubygem-google-iam-credentials-v1/pkg-descr
@@ -0,0 +1,4 @@
The Service Account Credentials API creates short-lived credentials for Identity
and Access Management (IAM) service accounts. You can also use this API to sign
JSON Web Tokens (JWTs), as well as blobs of binary data that contain other types
of tokens.

0 comments on commit 53d268f

Please sign in to comment.