mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Add BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
d0d3b5f32d
commit
627e67b686
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363610
@ -10,10 +10,14 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.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
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_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
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,12 +1,12 @@
|
||||
Fast scalable ip range aggregation and summary tool kit. Find
|
||||
intersections across multiple lists of IP ranges, fast.
|
||||
Fast scalable ip range aggregation and summary tool kit. Find 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.
|
||||
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!
|
||||
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/
|
||||
|
@ -1,9 +1,9 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/RangeCompare/.packlist
|
||||
%%SITE_PERL%%/Net/IP/RangeCompare.pm
|
||||
%%SITE_PERL%%/Net/IP/RangeCompare.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/RangeCompare/.packlist
|
||||
%%PERL5_MAN3%%/Net::IP::RangeCompare.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Net/IP
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/RangeCompare
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/RangeCompare
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/IP
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
|
Loading…
Reference in New Issue
Block a user