ports/devel/go-hashicorp-logutils/Makefile
Carlo Strub 1119481aa9 logutils is a Go package that augments the standard library "log"
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>
2014-09-05 21:15:25 +00:00

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>