summaryrefslogtreecommitdiff
path: root/databases/rubygem-google-cloud-firestore/Makefile
blob: 92e9f029f7c2c53c7eaf79bd24e2b4851f9af1a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	google-cloud-firestore
PORTVERSION=	2.15.1
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Official library for Google Cloud Firestore API
WWW=		https://rubygems.org/gems/google-cloud-firestore
WWW=		https://cloud.google.com/ruby/docs/reference/google-cloud-firestore/latest/ \
		https://googleapis.github.io/google-cloud-ruby/docs/ \
		https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-firestore \
		https://github.com/googleapis/google-cloud-ruby

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-bigdecimal>=3.0<4:math/rubygem-bigdecimal \
		rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
		rubygem-google-cloud-core>=1.5<2:net/rubygem-google-cloud-core \
		rubygem-google-cloud-firestore-v1>=0.10<1:databases/rubygem-google-cloud-firestore-v1 \
		rubygem-rbtree>=0.4.2<0.5:devel/rubygem-rbtree

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>