Bump databases/kbibtex to version 0.6_5
[dports.git] / devel / go-hashicorp-logutils / Makefile
1 # Created by: Thomas Bartelmess <thomas@bartelmess.io>
2 # $FreeBSD$
3
4 PORTNAME=       logutils
5 PORTVERSION=    0.1
6 PKGNAMEPREFIX=  go-${GH_ACCOUNT}-
7 CATEGORIES=     devel
8
9 MAINTAINER=     thomas@bartelmess.io
10 COMMENT=        Utilities for slightly better logging in Go (Golang)
11
12 LICENSE=        BSD2CLAUSE
13
14 USES=           go
15 USE_GITHUB=     yes
16 GH_ACCOUNT=     hashicorp
17 GH_TAGNAME=     8e0820f
18
19 GO_PKGNAME=     github.com/${GH_ACCOUNT}/${PORTNAME}
20
21 .include <bsd.port.mk>