1PORTNAME= google-cloud-firestore-v1 2PORTVERSION= 2.1.0 3CATEGORIES= databases rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Ruby Client for the Cloud Firestore V1 API 8WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-firestore-v1/latest/ \ 9 https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-firestore-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 rubygem-google-cloud-location>=1.0<2:net/rubygem-google-cloud-location 19 20USES= gem 21 22NO_ARCH= yes 23 24.include <bsd.port.mk> 25