diff --git a/Portfile.orig b/Portfile
index 5a6cdda..2bc520f 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup perl5 1.0 |
6 | 6 | |
7 | 7 | perl5.branches 5.16 5.18 5.20 5.22 |
8 | | perl5.setup Net-IP-LPM 1.09 |
| 8 | perl5.setup Net-IP-LPM 1.10 |
9 | 9 | |
10 | 10 | platforms darwin |
11 | 11 | maintainers psg.com:pokui openmaintainer |
… |
… |
long_description The module Net::IP::LPM implements the Longest Prefix Match |
18 | 18 | algorithm to both protocols, IPv4 and IPv6. \ |
19 | 19 | The module uses Trie algo. |
20 | 20 | |
21 | | checksums rmd160 626d554b2a2010e87ad0996bb1bbe8c1c8533780 \ |
22 | | sha256 d892369f58288ed1b7119882a0eb8d3a79f8e46862834ad26ad4cb9969a6ca6a |
| 21 | checksums rmd160 3d860f5e992861656b68d75ba9224730ec29dcf6 \ |
| 22 | sha256 374e66ed790b604129b13a418910261ea184fb5a50dfb8dcf5a328a1a5d51358 |
23 | 23 | |
24 | 24 | if {${perl5.major} != ""} { |
25 | 25 | depends_lib-append \ |