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.16 5.18 5.20 |
---|
8 | perl5.setup Net-NfDump 1.07 |
---|
9 | |
---|
10 | platforms darwin |
---|
11 | maintainers nomaintainer |
---|
12 | license {Artistic-1 GPL} |
---|
13 | |
---|
14 | description Perl API for manipulating with nfdump files |
---|
15 | |
---|
16 | long_description This module implements basic operations and allows to read, \ |
---|
17 | create and write NetFlow/SFlow/IPFIX flow records in binary \ |
---|
18 | files produced with nfdump (http://nfdump.sourceforge.net/) tool. |
---|
19 | |
---|
20 | checksums rmd160 b0267aeb5f087f7ec9cd97304e23a8086c04f5f5 \ |
---|
21 | sha256 b8a092918d7c6c20cfab22f318fadb4517ddd40c02d2574eb82b06192d0a557d |
---|
22 | |
---|
23 | if {${perl5.major} != ""} { |
---|
24 | depends_lib-append port:p${perl5.major}-socket6 |
---|
25 | } |
---|
26 | |
---|
27 | |
---|