Ticket #43024: Portfile

File Portfile, 1.8 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
5PortGroup           perl5 1.0
6
7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
8perl5.setup         Iodef-Pb-Simple 0.21
9master_sites        http://search.cpan.org/CPAN/authors/id/S/SA/SAXJAZMAN/iodef/
10license             {Artistic-1 GPL}
11maintainers         nomaintainer
12description         high level API access to Iodef::Pb
13long_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
15platforms           darwin
16
17checksums           rmd160  dff7388d3c8396af9568e78f3c1ef2550c5ab61a \
18                    sha256  18b57c8a1ccc260ca50dcf9c07f70aea4140ff51262d5fbba438b14845d5e2d9
19
20if {${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