# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup             Net-IP-Match-Regexp 1.01
revision                2
maintainers             pixilla

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.

homepage		http://search.cpan.org/dist/Net-IP-Match-Regexp/lib/Net/IP/Match/Regexp.pm

platforms               darwin

checksums           	md5     5558a916d5d15884be949c9f7fc71a49 \
                    	sha1    062484cd6cb0f19602d1301a7a56a621c33b7594 \
                   	rmd160  ce046da3066853cb113325eb2a6f8ba2743fbea6

supported_archs noarch
