f41d611052
intersections across multiple lists of IP ranges, fast. Although similar in functionality to Net::CIDR::Compare, Net::Netmask and NetAddr::IP, Net::IP::RangeCompare is a completely range driven ip management and evaluation tool allowing more flexibility and scalability when dealing with the somewhat organic nature of IP-Ranges. If you have a large number of ipv4 ranges and need to inventory lists of ranges for intersections, this is the Module for you! WWW: http://search.cpan.org/dist/Net-IP-RangeCompare/ PR: ports/ports/152130 Submitted by: Gea-Suan Lin <gslin at gslin.org>
24 lines
569 B
Makefile
24 lines
569 B
Makefile
# New ports collection makefile for: p5-Net-IP-RangeCompare
|
|
# Date created: 2010-11-10
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-IP-RangeCompare
|
|
PORTVERSION= 4.025
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Perl extension for IP Range Comparisons
|
|
|
|
RUN_DEPENDS= p5-Data-IPV4-Range-Parse>=0.05:${PORTSDIR}/net/p5-Data-IPV4-Range-Parse \
|
|
p5-Data-Range-Compare>=1.030:${PORTSDIR}/devel/p5-Data-Range-Compare
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::IP::RangeCompare.3
|
|
|
|
.include <bsd.port.mk>
|