opnsense-ports/devel/rubygem-gapic-common/Makefile
Franco Fichtner 93ad291116 */*: sync with upstream
Taken from: FreeBSD
2023-06-06 09:10:30 +02:00

25 lines
848 B
Makefile

PORTNAME= gapic-common
PORTVERSION= 0.19.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Common code for GAPIC-generated API clients
WWW= https://github.com/googleapis/gapic-generator-ruby/tree/master/gapic-common \
https://github.com/googleapis/gapic-generator-ruby
LICENSE= APACHE20
RUN_DEPENDS= rubygem-faraday>=1.9<3:www/rubygem-faraday \
rubygem-faraday-retry>=1.0<3:www/rubygem-faraday-retry \
rubygem-google-protobuf>=3.14<4:devel/rubygem-google-protobuf \
rubygem-googleapis-common-protos>=1.3.12<2.0:devel/rubygem-googleapis-common-protos \
rubygem-googleapis-common-protos-types>=1.3.1<2.0:devel/rubygem-googleapis-common-protos-types \
rubygem-googleauth>=1.0<2:security/rubygem-googleauth \
rubygem-grpc>=1.36<2:net/rubygem-grpc
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>