COMMENT =	IPFS implementation in Go

MODGO_MODNAME =	github.com/ipfs/kubo
MODGO_VERSION =	v0.26.0

DISTNAME =	kubo-${MODGO_VERSION}

CATEGORIES =	net
HOMEPAGE =	https://ipfs.tech/

# both MIT and Apache 2.0
PERMIT_PACKAGE =	Yes

WANTLIB =	c pthread
MODULES =	lang/go

NO_TEST =	Yes

.include "modules.inc"

.include <bsd.port.mk>
