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