net-mgmt/yaf: remove expired optional dependency on net/libp0f

This commit is contained in:
Rene Ladan 2020-05-05 12:41:37 +00:00
parent ad42ee0b5c
commit 9a9183f9af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534080

View File

@ -26,7 +26,7 @@ CONFIGURE_ARGS= --sysconfdir="${ETCDIR}"
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
OPTIONS_DEFINE= PAYLOAD APPLABEL PLUGIN FPEXPORT ENTROPY MPLS NONIP P0FPRINT IFEXP CMPTIP4 LOCALTIME DNSAUTH DNSNX
OPTIONS_DEFINE= PAYLOAD APPLABEL PLUGIN FPEXPORT ENTROPY MPLS NONIP IFEXP CMPTIP4 LOCALTIME DNSAUTH DNSNX
OPTIONS_DEFAULT= PAYLOAD APPLABEL PLUGIN ENTROPY
OPTIONS_SUB= yes
@ -37,7 +37,6 @@ FPEXPORT_DESC= Export of OS fingerprinting information, e.g. p0f.
ENTROPY_DESC= Generate Shannon entropy values of the data stream.
MPLS_DESC= MPLS capture and export
NONIP_DESC= Capture non-IP packets
P0FPRINT_DESC= Generate p0f O/S fingerprinting.
IFEXP_DESC= Export capture interface for DAG/Napatech/Netronome cards.
CMPTIP4_DESC= Create compact IPv4 output (no IPv6 support).
LOCALTIME_DESC= Allow localtime to be used for command inputs and record printing. Flow records are always in UTC.
@ -51,7 +50,6 @@ FPEXPORT_CONFIGURE_ENABLE= fpexporter
ENTROPY_CONFIGURE_ENABLE= entropy
MPLS_CONFIGURE_ENABLE= mpls
NONIP_CONFIGURE_ENABLE= nonip
P0FPRINT_CONFIGURE_ENABLE= p0fprinter
IFEXP_CONFIGURE_ENABLE= interface
CMPTIP4_CONFIGURE_ENABLE= compact-ip4
LOCALTIME_CONFIGURE_ENABLE= localtime
@ -62,11 +60,8 @@ APPLABEL_IMPLIES= PAYLOAD
DNSAUTH_IMPLIES= PLUGIN APPLABEL
DNSNX_IMPLIES= PLUGIN APPLABEL
ENTROPY_IMPLIES= PAYLOAD
P0FPRINT_IMPLIES= APPLABEL
NONIP_IMPLIES= MPLS
P0FPRINT_LIB_DEPENDS= libp0f.so:net/libp0f
.include <bsd.port.options.mk>
.if defined(WITH_DAG)