aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-BGP/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-12-08 13:44:52 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-12-08 13:44:52 +0000
commit2f73f5e58441a645072dd4dced1ed41b356e4085 (patch)
tree760a4e913400f54317e94363e01da72230e2794e /net/p5-Net-BGP/Makefile
parent1984a5247c6f29ce1255cb9beb0f978035425302 (diff)
downloadports-2f73f5e58441a645072dd4dced1ed41b356e4085.tar.gz
ports-2f73f5e58441a645072dd4dced1ed41b356e4085.zip
Notes
Diffstat (limited to 'net/p5-Net-BGP/Makefile')
-rw-r--r--net/p5-Net-BGP/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/p5-Net-BGP/Makefile b/net/p5-Net-BGP/Makefile
index 1379cf44614c..372452301033 100644
--- a/net/p5-Net-BGP/Makefile
+++ b/net/p5-Net-BGP/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-BGP
-PORTVERSION= 0.01
+PORTVERSION= 0.07
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@@ -17,7 +17,8 @@ COMMENT= Border Gateway Protocol version 4 speaker/listener library
PERL_CONFIGURE= yes
-MAN3= Net::BGP.3 Net::BGP::Notification.3 Net::BGP::Peer.3 \
- Net::BGP::Process.3 Net::BGP::RIB.3 Net::BGP::Update.3
+MAN3= Net::BGP.3 Net::BGP::ASPath.3 Net::BGP::NLRI.3 \
+ Net::BGP::Notification.3 Net::BGP::Peer.3 Net::BGP::Process.3 \
+ Net::BGP::Refresh.3 Net::BGP::Transport.3 Net::BGP::Update.3
.include <bsd.port.mk>