ports/security/hyperhotp/Makefile
Robert Clausecker a5aabfcb34
security/hyperhotp: update to 0.1
Upstream changes:

 - add man page
 - integrate FreeBSD patches
 - improve usability

PR:		267275
2022-10-23 03:52:35 +08:00

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>