aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-BGP/Makefile
blob: e7165e380778190c39dee9f294d1005a1e0e592a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    Net-BGP4
# Date created:    10 September 2002
# Whom:        Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=   Net-BGP
PORTVERSION=    0.14
CATEGORIES= net perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= skv@FreeBSD.org
COMMENT=    Border Gateway Protocol version 4 speaker/listener library

PERL_CONFIGURE= yes

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>