Files
2026-06-03 19:54:22 +02:00

21 lines
383 B
Makefile

PORTNAME= wander
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
PORTREVISION= 2
CATEGORIES= sysutils
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Terminal user interface for HashiCorp Nomad
WWW= https://github.com/robinovitch61/wander
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/robinovitch61/wander
PLIST_FILES= bin/wander
.include <bsd.port.mk>