2022-04-06 10:08:59 +00:00
|
|
|
BROKEN = does not build with Go 1.17
|
|
|
|
|
2021-12-22 15:32:51 +00:00
|
|
|
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
|
2021-12-22 15:32:51 +00:00
|
|
|
|
|
|
|
HOMEPAGE = https://goreleaser.com/
|
|
|
|
|
|
|
|
DISTNAME = goreleaser-${MODGO_VERSION}
|
2022-10-05 14:54:22 +00:00
|
|
|
REVISION = 1
|
2021-12-22 15:32:51 +00:00
|
|
|
|
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
# MIT
|
|
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
|
2022-03-31 16:10:29 +00:00
|
|
|
WANTLIB += c pthread
|
|
|
|
|
2021-12-22 15:32:51 +00:00
|
|
|
MODULES = lang/go
|
|
|
|
|
|
|
|
.include "modules.inc"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|