# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Net-IP-LPM 1.09 platforms darwin maintainers psg.com:pokui openmaintainer license {Artistic-1 GPL} supported_archs noarch 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 626d554b2a2010e87ad0996bb1bbe8c1c8533780 \ sha256 d892369f58288ed1b7119882a0eb8d3a79f8e46862834ad26ad4cb9969a6ca6a if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-socket6 }