blob: a74849b5ea1cce39171207aa642d37f300eff4b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= nfs-over-tls
DISTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= https://people.freebsd.org/~rmacklem/nfs-over-tls/
MAINTAINER= rmacklem@freebsd.org
COMMENT= Utilities for NFS over TLS
WWW= https://people.freebsd.org/~rmacklem/nfs-over-tls-setup.txt
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
.if exists(/usr/sbin/rpc.tlsclntd)
IGNORE= already included in the base system
.endif
.include <bsd.port.post.mk>
|