mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/main/google-cloud-logging-v2/CHANGELOG.md
23 lines
705 B
Makefile
23 lines
705 B
Makefile
PORTNAME= google-cloud-logging-v2
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby Client for the Cloud Logging V2 API
|
|
WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-logging-v2/latest/ \
|
|
https://googleapis.github.io/google-cloud-ruby/docs/ \
|
|
https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-logging-v2 \
|
|
https://github.com/googleapis/google-cloud-ruby
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-gapic-common>=0.25.0<2.0:devel/rubygem-gapic-common \
|
|
rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|