mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
Upstream changes: - add man page - integrate FreeBSD patches - improve usability PR: 267275
19 lines
384 B
Makefile
19 lines
384 B
Makefile
PORTNAME= hyperhotp
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.1
|
|
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
|
|
|
|
PLIST_FILES= bin/hyperhotp \
|
|
share/man/man1/hyperhotp.1.gz
|
|
|
|
.include <bsd.port.mk>
|