a71598178a
- Bump PORTREVISION for package change
31 lines
979 B
Makefile
31 lines
979 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= totp-cli
|
|
PORTVERSION= 1.1.9
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 4
|
|
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:0d417f6: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>
|