diff options
Diffstat (limited to 'security/yara/Makefile.common')
-rw-r--r-- | security/yara/Makefile.common | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/security/yara/Makefile.common b/security/yara/Makefile.common index 48ae02fd44a..9e229e17968 100644 --- a/security/yara/Makefile.common +++ b/security/yara/Makefile.common @@ -1,15 +1,11 @@ -# $NetBSD: Makefile.common,v 1.4 2016/05/26 14:41:48 khorben Exp $ +# $NetBSD: Makefile.common,v 1.4.8.1 2017/06/13 18:41:37 bsiegert Exp $ # # used by security/yara/Makefile # used by security/py-yara/Makefile -DISTNAME= v3.4.0 +DISTNAME= v3.6.1 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/ +MAINTAINER= khorben@defora.org +HOMEPAGE= https://virustotal.github.io/yara/ LICENSE= apache-2.0 |