16 lines
354 B
Makefile
16 lines
354 B
Makefile
# $NetBSD: Makefile.common,v 1.4 2016/05/26 14:41:48 khorben Exp $
|
|
#
|
|
# used by security/yara/Makefile
|
|
# used by security/py-yara/Makefile
|
|
|
|
DISTNAME= v3.4.0
|
|
YAVER= ${DISTNAME:S/v//}
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=plusvic/yara/archive/}
|
|
|
|
DIST_SUBDIR= yara
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= https://plusvic.github.io/yara/
|
|
LICENSE= apache-2.0
|