ports/devel/rubygem-google-logging-utils/Makefile
Po-Chuan Hsieh 86902a99c3
devel/rubygem-google-logging-utils: Add rubygem-google-logging-utils 0.1.0
google-logging-utils provides utility classes for logging to Google Cloud
Logging.
2024-12-26 03:14:59 +08:00

18 lines
430 B
Makefile

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>