14 lines
229 B
Makefile
14 lines
229 B
Makefile
VERSION ?= 4.2.2
|
|
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE = https://virustotal.github.io/yara/
|
|
|
|
GH_ACCOUNT = VirusTotal
|
|
GH_TAGNAME ?= v${VERSION}
|
|
|
|
# Apache v2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MAINTAINER ?= Remi Pointel <rpointel@openbsd.org>
|