aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-gapic-common/Makefile
blob: 964de70fd05f4e18bd02fcebba401165b7303f06 (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
PORTNAME=	gapic-common
PORTVERSION=	0.17.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Common code for GAPIC-generated API clients
WWW=		https://github.com/googleapis/gapic-generator-ruby/tree/master/gapic-common

LICENSE=	APACHE20

RUN_DEPENDS=	rubygem-faraday>=1.9<3:www/rubygem-faraday \
		rubygem-faraday-retry>=1.0<3:www/rubygem-faraday-retry \
		rubygem-google-protobuf>=3.14<4:devel/rubygem-google-protobuf \
		rubygem-googleapis-common-protos>=1.3.12<2.0:devel/rubygem-googleapis-common-protos \
		rubygem-googleapis-common-protos-types>=1.3.1<2.0:devel/rubygem-googleapis-common-protos-types \
		rubygem-googleauth>=1.0<2:security/rubygem-googleauth \
		rubygem-grpc>=1.36<2:net/rubygem-grpc

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>