Ticket #47672: Portfile

File Portfile, 929 bytes (added by pokui@…, 9 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.16 5.18 5.20
8perl5.setup         Net-NfDump 1.07
9
10platforms           darwin
11maintainers         nomaintainer
12license             {Artistic-1 GPL}
13
14description         Perl API for manipulating with nfdump files
15
16long_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
20checksums           rmd160 b0267aeb5f087f7ec9cd97304e23a8086c04f5f5 \
21                    sha256 b8a092918d7c6c20cfab22f318fadb4517ddd40c02d2574eb82b06192d0a557d
22
23if {${perl5.major} != ""} {
24    depends_lib-append  port:p${perl5.major}-socket6
25}
26
27