# -*- 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         NetPacket 1.7.2
platforms           {darwin any}
maintainers         {di.uminho.pt:jpo @jpoliv} openmaintainer
license             Artistic-2
supported_archs     noarch

description         Modules to assemble/disassemble network packets at the protocol level
long_description    NetPacket provides a base class for a cluster of modules \
                    related to decoding and encoding of network protocols. Each \
                    NetPacket descendent module knows how to encode and decode \
                    packets for the network protocol it implements.

checksums           rmd160  84e2c588f327fe1a40f016a7d33e80838a9e7f9d \
                    sha256  e3af614a1b1ef4cbeaf83db32081d8bcb8d812bb6dbe4660aba3e4081e9f145b \
                    size    47544

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-net-pcap \
                    port:p${perl5.major}-net-pcaputils
}
