aboutsummaryrefslogtreecommitdiff
path: root/security/totp-cli/Makefile
blob: e450b631300bd9de4c0e5b44477d2911e03e2d54 (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.5.3
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>