freebsd-ports/security/totp-cli/Makefile
Po-Chuan Hsieh 3cd6fcb156
security/totp-cli: Convert to GO_MODULE
- Bump PORTREVISION for package change
2022-10-09 23:37:50 +08:00

20 lines
386 B
Makefile

PORTNAME= totp-cli
PORTVERSION= 1.2.1
DISTVERSIONPREFIX= v
PORTREVISION= 6
CATEGORIES= security
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Authy/Google Authenticator like TOTP CLI tool
WWW= 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>