opnsense-ports/devel/rubygem-googleapis-common-protos/Makefile
Franco Fichtner 3a93197bc0 */*: sync with upstream
Taken from: HardenedBSD
2018-04-15 06:37:45 +02: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>