mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
Update WWW
- Take maintainership
This commit is contained in:
parent
e254a8cb8b
commit
0ea7eba2a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519887
@ -7,7 +7,7 @@ CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Border Gateway Protocol version 4 speaker/listener library
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
@ -15,6 +15,7 @@ LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,12 +1,11 @@
|
||||
This module is an implementation of the BGP-4 inter-domain routing
|
||||
protocol. It encapsulates all of the functionality needed to establish
|
||||
and maintain a BGP peering session and exchange routing update
|
||||
information with the peer. It aims to provide a simple API to the BGP
|
||||
protocol for the purposes of automation, logging, monitoring, testing,
|
||||
and similar tasks using the power and flexibility of perl. The module
|
||||
does not implement the functionality of a RIB (Routing Information Base)
|
||||
nor does it modify the kernel routing table of the host system.
|
||||
However, such operations could be implemented using the API provided by
|
||||
This module is an implementation of the BGP-4 inter-domain routing protocol. It
|
||||
encapsulates all of the functionality needed to establish and maintain a BGP
|
||||
peering session and exchange routing update information with the peer. It aims
|
||||
to provide a simple API to the BGP protocol for the purposes of automation,
|
||||
logging, monitoring, testing, and similar tasks using the power and flexibility
|
||||
of perl. The module does not implement the functionality of a RIB (Routing
|
||||
Information Base) 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: https://metacpan.org/pod/Net::BGP
|
||||
WWW: https://metacpan.org/release/Net-BGP
|
||||
|
Loading…
Reference in New Issue
Block a user