summaryrefslogtreecommitdiff
path: root/net/rubygem-google-cloud-location/Makefile
blob: 86c9e45ce580582d6509f4ad16697aae88aec04d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	google-cloud-location
PORTVERSION=	1.1.0
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby Client for the Locations API
WWW=		https://cloud.google.com/ruby/docs/reference/google-cloud-location/latest/ \
		https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-location \
		https://github.com/googleapis/google-cloud-ruby

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE.md

RUN_DEPENDS=	rubygem-gapic-common>=1.0<2: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>