mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
- 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
21 lines
415 B
Makefile
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>
|