24bd5a33e5
www/writefreely had a stray duplicate MAINTAINER block from an earlier botched commit. I did intentionally not touch the entry in UPDATING. Reviewed by: eduardo, flo Differential Revision: https://reviews.freebsd.org/D38435
19 lines
389 B
Makefile
19 lines
389 B
Makefile
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>
|