openbsd-ports/net/stayrtr/Makefile
sthen 77c1ddcd81 merge gortr into stayrtr for existing installs; development on gortr was
stopped and stayrtr is the continuation of the codebase. suggested by claudio@

sync distinfo to unbreak build while there
2023-01-26 14:25:00 +00:00

20 lines
316 B
Makefile

COMMENT= RPKI-To-Router implementation in Go
MODGO_MODNAME= github.com/bgp/stayrtr
MODGO_VERSION= v0.4.0
EPOCH= 0
DISTNAME= stayrtr-${MODGO_VERSION}
CATEGORIES= net
HOMEPAGE= https://www.github.com/bgp/stayrtr
# BSD 3-Clause
PERMIT_PACKAGE= yes
MODULES= lang/go
.include "modules.inc"
.include <bsd.port.mk>