1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/security/kbfsd/Makefile
Mateusz Piotrowski cfc95c2866 New port: security/kbfsd: Service daemon for the Keybase filesystem (KBFS)
Its aim is to ease the process of using KBFS on FreeBSD. It takes care of
the configuration the Keybase user would have to do manually otherwise.

Reviewed by:	mat
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D16821
2018-08-22 13:42:36 +00:00

26 lines
426 B
Makefile

# $FreeBSD$
PORTNAME= kbfsd
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.0
CATEGORIES= security
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Service daemon for the Keybase filesystem (KBFS)
# There is no license file in v1.2.0.
LICENSE= BSD2CLAUSE
RUN_DEPENDS= kbfsfuse:security/kbfs \
keybase:security/keybase
USE_GITHUB= yes
GH_ACCOUNT= 0mp
NO_ARCH= yes
PLIST_FILES= etc/rc.d/kbfsd \
man/man5/kbfsd.5.gz
.include <bsd.port.mk>