1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name yara |
---|
7 | version 1.6 |
---|
8 | |
---|
9 | categories security |
---|
10 | platforms darwin |
---|
11 | maintainers yendor.net:a.schuster \ |
---|
12 | openmaintainer |
---|
13 | |
---|
14 | description Malware identification and classification tool |
---|
15 | long_description \ |
---|
16 | YARA is a tool aimed at helping malware researchers to identify and classify malware samples. |
---|
17 | |
---|
18 | homepage http://code.google.com/p/yara-project/ |
---|
19 | master_sites googlecode:yara-project |
---|
20 | distname yara-${version} |
---|
21 | distfiles yara-${version}.tar.gz |
---|
22 | |
---|
23 | checksums yara-${version}.tar.gz \ |
---|
24 | md5 c54fe284181df90e0520810797821287 \ |
---|
25 | sha1 d51fe954992a5de8ebab91b5f53d31a8e7e76503 |
---|
26 | |
---|
27 | extract.suffix .tar.gz |
---|
28 | |
---|
29 | depends_lib port:pcre |
---|
30 | |
---|
31 | test.run no |
---|