# -*- 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
revision            0
perl5.setup         NetPacket 1.8.0 ../../authors/id/Y/YA/YANICK
maintainers         {di.uminho.pt:jpo @jpoliv} openmaintainer
license             Artistic-2
description         NetPacket - assemble/disassemble network packets at the protocol level
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  781f9955ee697b1ab6d9d2a9026f4e43bbe99175 \
                    sha256  dec65ca3078cc6ae287f1242cb416eb0b09b79b557a0c79d6cfe29d7bc6b3310 \
                    size    54360

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-simple

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