Ticket #45642: Portfile

File Portfile, 1.0 KB (added by jul_bsd@…, 10 years ago)
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
6PortGroup           python 1.0
7
8name                py-yara
9version             1.7.7
10platforms           darwin
11supported_archs     noarch
12maintainers         nomaintainer
13categories          python security
14license             ?APL
15description         Compile YARA rules to test against files or strings
16long_description    ${description}
17homepage            https://pypi.python.org/pypi/yara
18distname            yara-${version}
19master_sites        https://pypi.python.org/packages/source/y/yara/
20
21checksums           rmd160  2bf321695473f587dabc95b1a476c2641a7dfcc1 \
22                    sha256  3ee9cf577d3360c785973fcf62f762df21e1dcf05fa497740bc16ae23c1ea2e9
23
24python.versions     26 27 33 34
25python.default_version     27
26
27depends_lib         port:yara
28
29
30livecheck.type     regex
31livecheck.url       ${homepage}
32livecheck.regex     "<title>yara (\\d+(?:\\.\\d+)*)"