1PORTNAME= google-cloud-datastore-v1 2PORTVERSION= 1.4.0 3CATEGORIES= databases rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Ruby Client for the Firestore in Datastore mode V1 API 8WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-datastore-v1/latest/ \ 9 https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-datastore-v1 \ 10 https://github.com/googleapis/google-cloud-ruby 11 12LICENSE= Apache-2.0 13LICENSE_FILE= ${WRKSRC}/LICENSE.md 14 15BUILD_DEPENDS= ${RUN_DEPENDS} 16RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ 17 rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors 18 19USES= gem 20 21NO_ARCH= yes 22 23.include <bsd.port.mk> 24