blob: 782cd2dee285af33bdec116a41bdab371bcd9ac5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= nfs-over-tls
DISTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= https://people.freebsd.org/~rmacklem/nfs-over-tls/
MAINTAINER= rmacklem@freebsd.org
COMMENT= Utilities for NFS over TLS
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libssl.so:security/openssl
USES= kmod ssl
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1300133
IGNORE= Requires FreeBSD 13 or later with in-kernel TLS support \
and OpenSSL with KTLS enabled
.endif
.include <bsd.port.post.mk>
|