# -*- 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-Match-Regexp 1.01
revision            3
license             {Artistic-1 GPL}
maintainers         nomaintainer

description         Net::IP::Match::Regexp - Efficiently match IP addresses against ranges

long_description    This module allows you to check an IP address against one \
                    or more IP ranges. It employs Perl's highly optimized \
                    regular expression engine to do the hard work, so it is \
                    very fast. It is optimized for speed by doing the match \
                    against a regexp which implicitly checks the broadest IP \
                    ranges first. An advantage is that the regexp can be \
                    computed and stored in advance (in source code, in a \
                    database table, etc) and reused, saving much time if the \
                    IP ranges don't change too often. The match can optionally \
                    report a value (e.g. a network name) instead of just a boolean, \
                    which makes module useful for mapping IP ranges to names \
                    or codes or anything else.

platforms           {darwin any}

checksums           rmd160  ce046da3066853cb113325eb2a6f8ba2743fbea6 \
                    sha256  27740eec1c4ce601bafcebe7d61ec77e83247b0a8ac81bbf12777cafdd1ca35e

supported_archs     noarch
