cf118ccf87
Reported by: lwhsu
22 lines
476 B
Makefile
22 lines
476 B
Makefile
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>
|