aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-googleapis-common-protos/Makefile
blob: 967a7d95d0c5d4a506299bf29fcec4410b5da24d (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>
# $FreeBSD$

PORTNAME=	googleapis-common-protos
PORTVERSION=	1.3.7
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.0:devel/rubygem-google-protobuf \
		rubygem-googleapis-common-protos-types>=1.0:devel/rubygem-googleapis-common-protos-types \
		rubygem-grpc>=1.0:net/rubygem-grpc

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>