freebsd-ports/security/yara/Makefile

19 lines
335 B
Makefile

# $FreeBSD$
PORTNAME= yara
PORTVERSION= 3.4.0
DISTVERSIONPREFIX= v
CATEGORIES= security
MAINTAINER= wxs@FreeBSD.org
COMMENT= Malware identification and classification tool
USE_GITHUB= yes
GH_ACCOUNT= plusvic
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= alias autoreconf libtool
USE_LDCONFIG= yes
.include <bsd.port.mk>