opnsense-ports/devel/rubygem-google-cloud-common/Makefile
Franco Fichtner 6f95ba715d */*: sync with upstream
Taken from: FreeBSD
2024-07-17 10:06:02 +02:00

19 lines
486 B
Makefile

PORTNAME= google-cloud-common
PORTVERSION= 1.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Common protocol buffer types used by Google Cloud APIs
WWW= https://github.com/googleapis/common-protos-ruby
LICENSE= APACHE20
RUN_DEPENDS= rubygem-googleapis-common-protos-types>=1.7<2:devel/rubygem-googleapis-common-protos-types \
rubygem-google-protobuf>=3.18<5:devel/rubygem-google-protobuf
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>