mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 18:13:12 -04:00
Changes: https://github.com/googleapis/common-protos-ruby/blob/main/google-cloud-common/CHANGELOG.md
19 lines
486 B
Makefile
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>
|