diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 14:27:09 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 14:27:09 +0000 |
commit | acb20f268c586a8490dced6693d6a3c96863934e (patch) | |
tree | 08da288fc217875b2a8581c7d2085ac1b1b52a46 | |
parent | b0af1e27f45626e47a27088e36030a1c7aed52df (diff) | |
download | ports-acb20f268c586a8490dced6693d6a3c96863934e.tar.gz ports-acb20f268c586a8490dced6693d6a3c96863934e.zip |
security/yara: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | security/yara/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/yara/Makefile b/security/yara/Makefile index b2a7029828c5..1ca25e8cb6dd 100644 --- a/security/yara/Makefile +++ b/security/yara/Makefile @@ -18,7 +18,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-cuckoo --enable-dex --enable-dotnet --enable-macho --enable-magic INSTALL_TARGET= install-strip TEST_TARGET= check -USES= alias autoreconf libtool localbase pathfix pkgconfig ssl +USES= alias autoreconf cpe libtool localbase pathfix pkgconfig ssl +CPE_VENDOR= virustotal USE_LDCONFIG= yes CPPFLAGS+= -isystem ${OPENSSLINC} LIBS+= -L${OPENSSLLIB} |