1PORTNAME= google-cloud-firestore 2PORTVERSION= 3.0.0 3CATEGORIES= databases rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Official library for Google Cloud Firestore API 8WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-firestore/latest/ \ 9 https://googleapis.github.io/google-cloud-ruby/docs/ \ 10 https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-firestore \ 11 https://github.com/googleapis/google-cloud-ruby 12 13LICENSE= Apache-2.0 14LICENSE_FILE= ${WRKSRC}/LICENSE 15 16BUILD_DEPENDS= ${RUN_DEPENDS} 17RUN_DEPENDS= rubygem-bigdecimal>=3.0<4:math/rubygem-bigdecimal \ 18 rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \ 19 rubygem-google-cloud-core>=1.7<2:net/rubygem-google-cloud-core \ 20 rubygem-google-cloud-firestore-v1>=2.0<3:databases/rubygem-google-cloud-firestore-v1 \ 21 rubygem-rbtree>=0.4.2<0.5:devel/rubygem-rbtree 22 23USES= gem 24 25NO_ARCH= yes 26 27.include <bsd.port.mk> 28