COMMENT =	wordle game for the terminal

MODGO_MODNAME =	github.com/ajeetdsouza/clidle
MODGO_VERSION =	v0.0.0-20220208035357-5e4a725489f9

DISTNAME =	clidle-${MODGO_VERSION}
PKGNAME =	clidle-0.0.0pl20220208

CATEGORIES =	games

# MIT
PERMIT_PACKAGE =	yes

MODULES =		lang/go

WANTLIB += c pthread

.include "modules.inc"

.include <bsd.port.mk>
