openbsd-ports/net/stayrtr/Makefile
2023-01-30 18:00:38 +00:00

21 lines
328 B
Makefile

COMMENT= RPKI-To-Router implementation in Go
MODGO_MODNAME= github.com/bgp/stayrtr
MODGO_VERSION= v0.4.0
EPOCH= 0
REVISION= 1
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>