a85d034ac6
Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/main/google-cloud-logging-v2/CHANGELOG.md
21 lines
568 B
Makefile
21 lines
568 B
Makefile
PORTNAME= google-cloud-logging-v2
|
|
PORTVERSION= 0.10.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby Client for the Cloud Logging V2 API
|
|
WWW= 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.19.1<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>
|