aboutsummaryrefslogtreecommitdiff
path: root/security/totp-cli/Makefile
blob: cd61782e934e7b30a4b535311af3dd0c679bb2f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	totp-cli
PORTVERSION=	1.2.5
DISTVERSIONPREFIX=	v
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>