Ticket #31008: Portfile

File Portfile, 1.1 KB (added by a.schuster@…, 13 years ago)

Portfile for yara 1.6

Line 
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
4PortSystem              1.0
5
6name                    yara
7version                 1.6
8
9categories              security
10platforms               darwin
11maintainers             yendor.net:a.schuster \
12                        openmaintainer
13                       
14description             Malware identification and classification tool
15long_description \
16YARA is a tool aimed at helping malware researchers to identify and classify malware samples.
17
18homepage                http://code.google.com/p/yara-project/
19master_sites            googlecode:yara-project
20distname                yara-${version}
21distfiles               yara-${version}.tar.gz
22
23checksums               yara-${version}.tar.gz \
24                        md5     c54fe284181df90e0520810797821287 \
25                        sha1    d51fe954992a5de8ebab91b5f53d31a8e7e76503
26
27extract.suffix          .tar.gz
28
29depends_lib             port:pcre
30                       
31test.run                no