diff options
-rw-r--r-- | sysutils/fusefs-securefs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/fusefs-securefs/Makefile b/sysutils/fusefs-securefs/Makefile index b5f4937584b0..709cf3297971 100644 --- a/sysutils/fusefs-securefs/Makefile +++ b/sysutils/fusefs-securefs/Makefile @@ -4,13 +4,15 @@ PORTREVISION= 1 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- -MAINTAINER= skozlov@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Filesystem in userspace with transparent encryption and decryption WWW= https://github.com/netheril96/securefs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +BROKEN= does not build + LIB_DEPENDS= libutf8proc.so:textproc/utf8proc \ libjsoncpp.so:devel/jsoncpp |