mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
21 lines
398 B
Makefile
21 lines
398 B
Makefile
PORTNAME= tscli
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.0.7
|
|
PORTREVISION= 1
|
|
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>
|