freebsd-ports/security/yara/Makefile
Stefan Eßer acb20f268c security/yara: Add CPE information
Approved by:	portmgr (blanket)
2021-10-21 16:27:09 +02:00

27 lines
651 B
Makefile

PORTNAME= yara
DISTVERSION= 4.1.1
DISTVERSIONPREFIX= v
CATEGORIES= security
MAINTAINER= antoine@FreeBSD.org
COMMENT= Malware identification and classification tool
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libjansson.so:devel/jansson
USE_GITHUB= yes
GH_ACCOUNT= VirusTotal
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 cpe libtool localbase pathfix pkgconfig ssl
CPE_VENDOR= virustotal
USE_LDCONFIG= yes
CPPFLAGS+= -isystem ${OPENSSLINC}
LIBS+= -L${OPENSSLLIB}
.include <bsd.port.mk>