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 5.20 |
---|
8 | perl5.setup Iodef-Pb-Simple 0.21 |
---|
9 | license {Artistic-1 GPL} |
---|
10 | maintainers nomaintainer |
---|
11 | 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. |
---|
12 | long_description ${description} |
---|
13 | |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | checksums rmd160 dff7388d3c8396af9568e78f3c1ef2550c5ab61a \ |
---|
17 | sha256 18b57c8a1ccc260ca50dcf9c07f70aea4140ff51262d5fbba438b14845d5e2d9 |
---|
18 | |
---|
19 | if {${perl5.major} != ""} { |
---|
20 | depends_lib-append \ |
---|
21 | 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 | } |
---|
26 | |
---|