aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-googleapis-common-protos/Makefile
blob: 3e51dd25305eef01119dfcadba05eec64087a5e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	googleapis-common-protos
PORTVERSION=	1.3.11
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Common gRPC and protocol buffer classes used in Google APIs

LICENSE=	APACHE20

RUN_DEPENDS=	rubygem-google-protobuf>=3.14<4:devel/rubygem-google-protobuf \
		rubygem-googleapis-common-protos-types>=1.0.6<2.0:devel/rubygem-googleapis-common-protos-types \
		rubygem-grpc>=1.27<2:net/rubygem-grpc

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>