git: 42e9d0bbc898 - main - security/modsecurity3: Add CPE information
Bernhard Froehlich
decke at FreeBSD.org
Tue Sep 21 12:59:09 UTC 2021
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=42e9d0bbc8981b515d8935aeb67430a961ee1a21
commit 42e9d0bbc8981b515d8935aeb67430a961ee1a21
Author: Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-21 12:21:36 +0000
Commit: Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-21 12:57:59 +0000
security/modsecurity3: Add CPE information
Approved by: portmgr (blanket)
---
security/modsecurity3/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/security/modsecurity3/Makefile b/security/modsecurity3/Makefile
index f3722fb8d9f5..9cee083b764e 100644
--- a/security/modsecurity3/Makefile
+++ b/security/modsecurity3/Makefile
@@ -17,12 +17,14 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libyajl.so:devel/yajl \
libmaxminddb.so:net/libmaxminddb
-USES= compiler:c++11-lang gmake gnome libtool pkgconfig:build
+USES= compiler:c++11-lang cpe gmake gnome libtool pkgconfig:build
USE_GNOME= libxml2
# GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411
USE_GCC= yes
USE_LDCONFIG= yes
+CPE_VENDOR= trustwave
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-lmdb --without-ssdeep --without-lua
More information about the dev-commits-ports-all
mailing list