freebsd-ports/devel/rubygem-googleapis-common-protos/Makefile
Sunpoet Po-Chuan Hsieh 705831f429 Add rubygem-googleapis-common-protos 1.3.7
googleapis-common-protos provides common gRPC and protocol buffer classes used
in Google APIs.

WWW: https://github.com/googleapis/googleapis
2018-04-14 23:58:24 +00:00

22 lines
551 B
Makefile

# 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>