aboutsummaryrefslogblamecommitdiff
path: root/security/totp-cli/Makefile
blob: 888d7ee9b851879e8b44917c7bedb382c5250190 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                                                  

                        
                     
                         
                 





                                                             
                                 





                            
                                                                                
                                                                       
                                                                          





                                                                                                                                    
                      
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	totp-cli
PORTVERSION=	1.1.9
DISTVERSIONPREFIX=	v
PORTREVISION=	5
CATEGORIES=	security

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Authy/Google Authenticator like TOTP CLI tool

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules

PLIST_FILES=	bin/totp-cli

GH_ACCOUNT=	yitsushi
GH_TUPLE=	golang:crypto:eec23a3:golang_crypto/vendor/golang.org/x/crypto \
		golang:sys:9b0068b:golang_sys/vendor/golang.org/x/sys \
		golang:term:2321bbc:golang_term/vendor/golang.org/x/term \
		kardianos:osext:2bc1f35:kardianos_osext/vendor/github.com/kardianos/osext \
		mitchellh:go-homedir:v1.1.0:mitchellh_gohomedir/vendor/github.com/mitchellh/go-homedir \
		yitsushi:github-release-check:v1.0.1:yitsushi_github_release_check/vendor/github.com/yitsushi/github-release-check \
		yitsushi:go-commander:v1.1.0:yitsushi_go_commander/vendor/github.com/yitsushi/go-commander
USE_GITHUB=	yes

.include <bsd.port.mk>