From 59056fc52894678156c916550291058c0ba693d3 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 20 Nov 2009 18:47:35 +0000 Subject: This program is a lightweight access- and prefix-list generator for Cisco routers and GateD/Zebra. Access lists are generated based on RADB/RIPE data. WWW: http://snar.spb.ru/prog/bgpq3/ PR: ports/140021 Submitted by: Alexandre Snarskii --- net-mgmt/bgpq3/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 net-mgmt/bgpq3/Makefile (limited to 'net-mgmt/bgpq3/Makefile') diff --git a/net-mgmt/bgpq3/Makefile b/net-mgmt/bgpq3/Makefile new file mode 100644 index 000000000000..3aa3d279deee --- /dev/null +++ b/net-mgmt/bgpq3/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: bgpq3 +# Date created: 27 October 2009 +# Whom: Alexandre Snarskii +# +# $FreeBSD$ +# + +PORTNAME= bgpq3 +PORTVERSION= 0.1.10 +CATEGORIES= net-mgmt +MASTER_SITES= http://snar.spb.ru/prog/bgpq3/ +EXTRACT_SUFX= .tgz + +MAINTAINER= snar@snar.spb.ru +COMMENT= Lightweight prefix-list generator for Cisco and Juniper routers + +MAN8= bgpq3.8 +PLIST_FILES= bin/bgpq3 +HAS_CONFIGURE= yes + +.include -- cgit v1.2.3