diff --git a/filesystems/securefs/Makefile b/filesystems/securefs/Makefile index 431efa3e723e..5f4abbbf7317 100644 --- a/filesystems/securefs/Makefile +++ b/filesystems/securefs/Makefile @@ -1,36 +1,36 @@ PORTNAME= securefs DISTVERSION= 1.0.0 DISTVERSIONPREFIX= v CATEGORIES= filesystems PKGNAMEPREFIX= fusefs- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Filesystem in userspace with transparent encryption and decryption WWW= https://github.com/netheril96/securefs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= ${LOCALBASE}/include/tclap/TCLAPConfig.h:devel/tclap LIB_DEPENDS= libabsl_strings.so:devel/abseil \ libargon2.so:security/libargon2 \ libcryptopp.so:security/cryptopp \ libfruit.so:devel/fruit \ libprotobuf.so:devel/protobuf \ libuni-algo.so:textproc/uni-algo USES= cmake compiler:c++17-lang fuse pkgconfig sqlite CMAKE_OFF= SECUREFS_ADDRESS_SANITIZE \ SECUREFS_ENABLE_INTEGRATION_TEST \ SECUREFS_ENABLE_UNIT_TEST \ SECUREFS_LINK_PROFILER \ SECUREFS_USE_FUSET \ SECUREFS_USE_VCPKG PLIST_FILES= bin/securefs USE_GITHUB= yes GH_ACCOUNT= netheril96 .include