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 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 |
---|
8 | perl5.setup Iodef-Pb-Simple 0.21 |
---|
9 | master_sites http://search.cpan.org/CPAN/authors/id/S/SA/SAXJAZMAN/iodef/ |
---|
10 | license {Artistic-1 GPL} |
---|
11 | maintainers nomaintainer |
---|
12 | description high level API access to Iodef::Pb |
---|
13 | long_description Perl extension providing high level API access to Iodef::Pb. It takes simple key-pair hashes and maps them to the appropriate IODEF classes using a Module::Pluggable framework of plugins. |
---|
14 | |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | checksums rmd160 dff7388d3c8396af9568e78f3c1ef2550c5ab61a \ |
---|
18 | sha256 18b57c8a1ccc260ca50dcf9c07f70aea4140ff51262d5fbba438b14845d5e2d9 |
---|
19 | |
---|
20 | if {${perl5.major} != ""} { |
---|
21 | depends_lib-append port:p${perl5.major}-snort-rule \ |
---|
22 | port:p${perl5.major}-json-xs \ |
---|
23 | port:p${perl5.major}-html-table \ |
---|
24 | port:p${perl5.major}-parse-range \ |
---|
25 | port:p${perl5.major}-datetime \ |
---|
26 | port:p${perl5.major}-text-table \ |
---|
27 | port:p${perl5.major}-datetime-format-dateparse \ |
---|
28 | port:p${perl5.major}-encode \ |
---|
29 | port:p${perl5.major}-google-protocolbuffers \ |
---|
30 | port:p${perl5.major}-digest-sha \ |
---|
31 | port:p${perl5.major}-module-install \ |
---|
32 | port:p${perl5.major}-regexp-common-net-cidr \ |
---|
33 | port:p${perl5.major}-mime-base64 \ |
---|
34 | port:p${perl5.major}-compress-snappy |
---|
35 | } |
---|
36 | |
---|