freebsd-ports/databases/rubygem-google-cloud-datastore-v1/Makefile
Po-Chuan Hsieh 93fa1e5a20
databases/rubygem-google-cloud-datastore-v1: Add rubygem-google-cloud-datastore-v1 0.14.0
Ruby Client for the Firestore in Datastore mode V1 API

Accesses the schemaless NoSQL database to provide fully managed, robust,
scalable storage for your application.

Firestore in Datastore mode is a NoSQL document database built for automatic
scaling, high performance, and ease of application development.
2023-12-14 13:31:30 +08:00

22 lines
675 B
Makefile

PORTNAME= google-cloud-datastore-v1
PORTVERSION= 0.14.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby Client for the Firestore in Datastore mode V1 API
WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-datastore-v1/latest/ \
https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-datastore-v1 \
https://github.com/googleapis/google-cloud-ruby
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-gapic-common>=0.20.0<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>