diff --git a/security/totp-cli/Makefile b/security/totp-cli/Makefile index 6faf751d5ab3..0d861edbf41b 100644 --- a/security/totp-cli/Makefile +++ b/security/totp-cli/Makefile @@ -1,20 +1,21 @@ PORTNAME= totp-cli PORTVERSION= 1.8.7 DISTVERSIONPREFIX= v PORTREVISION= 3 CATEGORIES= security MAINTAINER= sunpoet@FreeBSD.org COMMENT= Authy/Google Authenticator like TOTP CLI tool -WWW= https://github.com/yitsushi/totp-cli +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