blob: a1e15602de2304874067a05d129077b4264b65c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= totp-cli
PORTVERSION= 1.9.2
DISTVERSIONPREFIX= v
PORTREVISION= 9
CATEGORIES= security
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Authy/Google Authenticator like TOTP CLI tool
WWW= https://yitsushi.github.io/totp-cli/ \
https://github.com/yitsushi/totp-cli
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/yitsushi/totp-cli
PLIST_FILES= bin/totp-cli
.include <bsd.port.mk>
|