aboutsummaryrefslogtreecommitdiff
path: root/security/hyperhotp/Makefile
blob: 05a68e54fb8b258109a64ab6b3759f60b7a91b7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	hyperhotp
DISTVERSION=	g20211005
CATEGORIES=	security comms

MAINTAINER=	fuz@fuz.su
COMMENT=	Programmer for the HOTP feature of hyperFIDO USB security keys
WWW=		https://github.com/casept/hyperhotp

LICENSE=	GPLv3

USES=		cmake pkgconfig
USE_GITHUB=	yes
GH_ACCOUNT=	casept
#GH_PROJECT=	hyperhotp
GH_TAGNAME=	ad1f71d0e4669e7b693ae0fd794186204b1941e8

PLIST_FILES=	bin/hyperhotp

.include <bsd.port.mk>