Files
ports/security/totp-cli/Makefile
2024-08-09 06:24:08 +00:00

22 lines
427 B
Makefile

PORTNAME= totp-cli
PORTVERSION= 1.8.7
DISTVERSIONPREFIX= v
PORTREVISION= 6
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>