25 lines
399 B
Makefile
Raw Normal View History

BROKEN = does not build with Go 1.17
COMMENT = deliver Go binaries as fast and easily as possible
MODGO_MODNAME = github.com/goreleaser/goreleaser
2022-03-29 00:41:01 +00:00
MODGO_VERSION = v1.7.0
HOMEPAGE = https://goreleaser.com/
DISTNAME = goreleaser-${MODGO_VERSION}
REVISION = 1
CATEGORIES = devel
# MIT
PERMIT_PACKAGE = Yes
2022-03-31 16:10:29 +00:00
WANTLIB += c pthread
MODULES = lang/go
.include "modules.inc"
.include <bsd.port.mk>