1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/security/kbfsd/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

24 lines
408 B
Makefile

PORTNAME= kbfsd
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.3
CATEGORIES= security
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Service daemon for the Keybase filesystem (KBFS)
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= keybase>=3.0.0_1:security/keybase \
jq:textproc/jq
USE_GITHUB= yes
GH_ACCOUNT= 0mp
NO_ARCH= yes
PLIST_FILES= etc/rc.d/kbfsd \
man/man5/kbfsd.5.gz
.include <bsd.port.mk>