# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Net-Pcap 0.21
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer

description         Interface to pcap(3) LBL packet capture library
long_description    Net::Pcap is a Perl binding to the LBL pcap(3) \
                    library, version 0.4. The README for libpcap describes \
                    itself as: a system-independent interface for user-level \
                    packet capture. libpcap provides a portable framework \
                    for low-level network monitoring.  Applications \
                    include network statistics collection, security \
                    monitoring, network debugging, etc.
platforms           darwin

checksums           rmd160  0229f99d4f6023b06767224f1a359624199dfcec \
                    sha256  962ffdc1c5470bf9e43413297724308e938cb9c9c02a9041d7cbd485b1ddfb13 \
                    size    97984

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:libpcap
}
