freebsd-ports/devel/rubygem-googleapis-common-protos/Makefile
Sunpoet Po-Chuan Hsieh 9df850029b Update to 1.3.9
Changes:	https://github.com/googleapis/googleapis/commits/master
- Add WaitOperation RPC to operations_services_pb.rb and update documentation.
2019-04-05 22:45:21 +00:00

23 lines
552 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= googleapis-common-protos
PORTVERSION= 1.3.9
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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>