1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

-update to 0.16

Changes: https://metacpan.org/changes/distribution/Net-BGP
This commit is contained in:
Andrej Zverev 2015-02-25 17:37:07 +00:00
parent bd92af2be1
commit dd8e9e2832
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379927
4 changed files with 13 additions and 5 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Net-BGP
PORTVERSION= 0.14
PORTREVISION= 1
PORTVERSION= 0.16
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -11,7 +10,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= az@FreeBSD.org
COMMENT= Border Gateway Protocol version 4 speaker/listener library
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Net-BGP-0.14.tar.gz) = a3038bbcaafceaf6ab1deb2f55457408c56b80c61e6d6316b1bc30ce7a84e5b6
SIZE (Net-BGP-0.14.tar.gz) = 42694
SHA256 (Net-BGP-0.16.tar.gz) = d0082f5df955f1e720f1f221d07ac8f1b38640444a2f410d46a1e607f4fbd89e
SIZE (Net-BGP-0.16.tar.gz) = 53634

View File

@ -9,4 +9,4 @@ nor does it modify the kernel routing table of the host system.
However, such operations could be implemented using the API provided by
the module.
WWW: http://search.cpan.org/dist/Net-BGP/
WWW: https://metacpan.org/pod/Net::BGP

View File

@ -1,5 +1,10 @@
%%SITE_PERL%%/Net/BGP.pm
%%SITE_PERL%%/Net/BGP/ASPath.pm
%%SITE_PERL%%/Net/BGP/ASPath/AS.pm
%%SITE_PERL%%/Net/BGP/ASPath/AS_CONFED_SEQUENCE.pm
%%SITE_PERL%%/Net/BGP/ASPath/AS_CONFED_SET.pm
%%SITE_PERL%%/Net/BGP/ASPath/AS_SEQUENCE.pm
%%SITE_PERL%%/Net/BGP/ASPath/AS_SET.pm
%%SITE_PERL%%/Net/BGP/NLRI.pm
%%SITE_PERL%%/Net/BGP/Notification.pm
%%SITE_PERL%%/Net/BGP/Peer.pm