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