blob: ec0d4d86352cd81b02e9c9f2180fe5528a04457c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= hyperhotp
DISTVERSIONPREFIX= v
DISTVERSION= 0.1
CATEGORIES= security comms
MAINTAINER= fuz@FreeBSD.org
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
PLIST_FILES= bin/hyperhotp \
share/man/man1/hyperhotp.1.gz
.include <bsd.port.mk>
|