Files
Jesús Daniel Colmenares Oviedo 84ccfb41c1 security/tscli: Update to 0.0.8
ChangeLog: https://github.com/jaxxstorm/tscli/releases/tag/v0.0.8

Approved by:    acm (mentor)
2025-06-24 20:57:23 -04:00

20 lines
382 B
Makefile

PORTNAME= tscli
DISTVERSIONPREFIX= v
DISTVERSION= 0.0.8
CATEGORIES= security
MAINTAINER= dtxdf@FreeBSD.org
COMMENT= CLI tool to interact with the Tailscale API
WWW= https://github.com/jaxxstorm/tscli
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/jaxxstorm/tscli
GO_TARGET= ./cmd/tscli:tscli
PLIST_FILES= bin/tscli
.include <bsd.port.mk>