Skip to content

Commit

Permalink
devel/rubygem-google-iam-credentials: Add rubygem-google-iam-credenti…
Browse files Browse the repository at this point in the history
…als 1.1.0

This is an add-on interface used by some Google API clients to provide IAM
policy calls.
  • Loading branch information
sunpoet committed Mar 21, 2023
1 parent 159ae25 commit d123680
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -6742,6 +6742,7 @@
SUBDIR += rubygem-google-apis-sqladmin_v1beta4_041
SUBDIR += rubygem-google-apis-storage_v1
SUBDIR += rubygem-google-gax
SUBDIR += rubygem-google-iam-credentials
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/Makefile
@@ -0,0 +1,20 @@
PORTNAME= google-iam-credentials
PORTVERSION= 1.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG

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

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

RUN_DEPENDS= rubygem-google-cloud-core>=1.6<2:net/rubygem-google-cloud-core \
rubygem-google-iam-credentials-v1>=0.3<2.0:devel/rubygem-google-iam-credentials-v1

USES= gem

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/rubygem-google-iam-credentials/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1677770977
SHA256 (rubygem/google-iam-credentials-1.1.0.gem) = 024ffecb24013eb9930944f8ebe8a69110dd3133dede796224da46d9275ae836
SIZE (rubygem/google-iam-credentials-1.1.0.gem) = 13824
2 changes: 2 additions & 0 deletions devel/rubygem-google-iam-credentials/pkg-descr
@@ -0,0 +1,2 @@
This is an add-on interface used by some Google API clients to provide IAM
policy calls.

0 comments on commit d123680

Please sign in to comment.