blob: ed6ae9e9eeaea1080277abdfabadb11753b32f2a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= google-logging-utils
PORTVERSION= 0.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Utility classes for logging to Google Cloud Logging
WWW= https://github.com/googleapis/ruby-core-libraries/tree/main/google-logging-utils \
https://github.com/googleapis/ruby-core-libraries
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|