1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.16 5.18 5.20 |
---|
8 | perl5.setup Net-IP-LPM 1.09 |
---|
9 | |
---|
10 | platforms darwin |
---|
11 | maintainers nomaintainer |
---|
12 | license {Artistic-1 GPL} |
---|
13 | supported_archs noarch |
---|
14 | |
---|
15 | description Perl implementation of Longest Prefix Match algorithm |
---|
16 | |
---|
17 | long_description The module Net::IP::LPM implements the Longest Prefix Match \ |
---|
18 | algorithm to both protocols, IPv4 and IPv6. \ |
---|
19 | The module uses Trie algo. |
---|
20 | |
---|
21 | checksums rmd160 626d554b2a2010e87ad0996bb1bbe8c1c8533780 \ |
---|
22 | sha256 d892369f58288ed1b7119882a0eb8d3a79f8e46862834ad26ad4cb9969a6ca6a |
---|
23 | |
---|
24 | if {${perl5.major} != ""} { |
---|
25 | depends_lib-append port:p${perl5.major}-socket6 |
---|
26 | } |
---|
27 | |
---|
28 | |
---|