ports/devel/go-hashicorp-logutils/Makefile
Mathieu Arnold 77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +00:00

21 lines
415 B
Makefile

# Created by: Thomas Bartelmess <thomas@bartelmess.io>
# $FreeBSD$
PORTNAME= logutils
PORTVERSION= 0.1
PKGNAMEPREFIX= go-${GH_ACCOUNT}-
CATEGORIES= devel
MAINTAINER= thomas@bartelmess.io
COMMENT= Utilities for slightly better logging in Go (Golang)
LICENSE= BSD2CLAUSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= hashicorp
GH_TAGNAME= 8e0820f
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
.include <bsd.port.mk>