openbsd-ports/net/p5-Net-BGP/Makefile
msf 493f3e15cb Initial import of Net-BGP-0.07
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.

ok sturm@
2004-05-28 00:47:31 +00:00

24 lines
479 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/05/28 00:47:31 msf Exp $
COMMENT= "Border Gateway Protocol version 4 speaker/listener library"
DISTNAME= Net-BGP-0.07
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>