diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-31 23:13:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-31 23:13:27 +0800 |
commit | ac0121ad22fd1954fd56ff4fc675b85d851e3e81 (patch) | |
tree | 8c75a1f52b16b319f14d7d8416f9eb00ec753986 /net | |
parent | 5add427193b20b1d0561ccde0a69282c50c6f9b5 (diff) | |
download | freebsd-ports-gnome-ac0121ad22fd1954fd56ff4fc675b85d851e3e81.tar.gz freebsd-ports-gnome-ac0121ad22fd1954fd56ff4fc675b85d851e3e81.tar.zst freebsd-ports-gnome-ac0121ad22fd1954fd56ff4fc675b85d851e3e81.zip |
- Add LICENSE
- Add BUILD_DEPENDS
- Sort PLIST
- Reformat pkg-descr
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-IP-RangeCompare/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net-IP-RangeCompare/pkg-descr | 16 | ||||
-rw-r--r-- | net/p5-Net-IP-RangeCompare/pkg-plist | 8 |
3 files changed, 18 insertions, 14 deletions
diff --git a/net/p5-Net-IP-RangeCompare/Makefile b/net/p5-Net-IP-RangeCompare/Makefile index ce6d2d57cba8..1e435242109c 100644 --- a/net/p5-Net-IP-RangeCompare/Makefile +++ b/net/p5-Net-IP-RangeCompare/Makefile @@ -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 \ +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> diff --git a/net/p5-Net-IP-RangeCompare/pkg-descr b/net/p5-Net-IP-RangeCompare/pkg-descr index b22ec41298ba..b60fb7dbc205 100644 --- a/net/p5-Net-IP-RangeCompare/pkg-descr +++ b/net/p5-Net-IP-RangeCompare/pkg-descr @@ -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/ diff --git a/net/p5-Net-IP-RangeCompare/pkg-plist b/net/p5-Net-IP-RangeCompare/pkg-plist index 974a239facde..44c8f1cfd30b 100644 --- a/net/p5-Net-IP-RangeCompare/pkg-plist +++ b/net/p5-Net-IP-RangeCompare/pkg-plist @@ -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 |