freebsd-ports/sysutils/nfs-over-tls/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>