mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 18:13:12 -04:00
package to make logging a bit more modern, without fragmenting the Go ecosystem with new logging packages. PR: ports/192964 Submitted by: Thomas Bartelmess <thomas@bartelmess.io>
23 lines
530 B
Makefile
23 lines
530 B
Makefile
# Created by: Thomas Bartelmess <thomas@bartelmess.io>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= go-hachicorp-logutils
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= thomas@bartelmess.io
|
|
COMMENT= Utilities for slightly better logging in Go (Golang)
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= hashicorp
|
|
GH_PROJECT= logutils
|
|
GH_COMMIT= 8e0820f
|
|
GH_TAGNAME= 8e0820fe7ac5eb2b01626b1d99df47c5449eb2d8
|
|
|
|
GO_PKGNAME= github.com/hashicorp/logutils
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
|
|
.include <bsd.port.post.mk>
|