# -*- 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-IP-LPM 1.12 ../../authors/id/R/RR/RRWO
license             {Artistic-1 GPL}
maintainers         psg.com:pokui openmaintainer

description         Perl implementation of Longest Prefix Match algorithm

long_description    The module Net::IP::LPM implements the Longest Prefix Match \
                    algorithm to both protocols, IPv4 and IPv6. \
                    The module uses Trie algo.

checksums           rmd160  d10b9708d8e5157739810c5aa23ad64c668a24a1 \
                    sha256  6899c387c89bfe1d34d10a98d5e6eba76f25c015fa0b1ab5a4f7eba70af544d5 \
                    size    1748356

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