mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
18 lines
430 B
Makefile
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>
|