forked from Lainports/freebsd-ports
20 lines
513 B
Makefile
20 lines
513 B
Makefile
PORTNAME= google-cloud-logging-v2
|
|
PORTVERSION= 0.8.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
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-gapic-common>=0.10<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>
|