diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-03-20 17:44:37 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-03-20 17:44:37 +0000 |
commit | d9d7867763819b262b79524ce5fcbb60034cdd09 (patch) | |
tree | 8aaee74e9ca7d28bdbbfd65a2d4f0bd549ce6516 | |
parent | emulators/qemu: Fix build with lld 10.0.0 (diff) |
security/suricata5: Mark DEPRECATED as security/suricata is at 5.X
-rw-r--r-- | security/suricata5/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/suricata5/Makefile b/security/suricata5/Makefile index 8ec68c7d54e0..c331f12d090c 100644 --- a/security/suricata5/Makefile +++ b/security/suricata5/Makefile @@ -14,6 +14,9 @@ COMMENT= High Performance Network IDS, IPS and Security Monitoring engine(v5) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= security/suricata is already at version 5 +EXPIRATION_DATE=2020-04-20 + BUILD_DEPENDS= rustc:lang/${RUST_DEFAULT} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} LIB_DEPENDS= libjansson.so:devel/jansson \ |