Ticket #47673: Portfile

File Portfile, 911 bytes (added by pokui@…, 9 years ago)
Line 
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
4PortSystem          1.0
5PortGroup           perl5 1.0
6
7perl5.branches      5.16 5.18 5.20
8perl5.setup         Net-IP-LPM 1.09
9
10platforms           darwin
11maintainers         nomaintainer
12license             {Artistic-1 GPL}
13supported_archs     noarch
14
15description         Perl implementation of Longest Prefix Match algorithm
16
17long_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
21checksums           rmd160 626d554b2a2010e87ad0996bb1bbe8c1c8533780 \
22                    sha256 d892369f58288ed1b7119882a0eb8d3a79f8e46862834ad26ad4cb9969a6ca6a
23
24if {${perl5.major} != ""} {
25    depends_lib-append  port:p${perl5.major}-socket6
26}
27
28