1PORTNAME= google-cloud-common 2PORTVERSION= 1.7.0 3CATEGORIES= devel rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Common protocol buffer types used by Google Cloud APIs 8WWW= https://github.com/googleapis/common-protos-ruby 9 10LICENSE= Apache-2.0 11 12BUILD_DEPENDS= ${RUN_DEPENDS} 13RUN_DEPENDS= rubygem-googleapis-common-protos-types>=1.7<2:devel/rubygem-googleapis-common-protos-types \ 14 rubygem-google-protobuf>=3.18<5:devel/rubygem-google-protobuf 15 16USES= gem 17 18NO_ARCH= yes 19 20.include <bsd.port.mk> 21