2013-01-12 18:08:03 +01:00
|
|
|
# Created by: Alexandre Snarskii <snar@snar.spb.ru>
|
2009-11-20 19:47:35 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bgpq3
|
2015-06-24 12:33:33 +02:00
|
|
|
PORTVERSION= 0.1.31
|
2009-11-20 19:47:35 +01:00
|
|
|
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
|
|
|
|
|
2014-05-21 07:37:53 +02:00
|
|
|
PLIST_FILES= bin/bgpq3 \
|
|
|
|
man/man8/bgpq3.8.gz
|
2009-11-20 19:47:35 +01:00
|
|
|
HAS_CONFIGURE= yes
|
2014-05-21 07:37:53 +02:00
|
|
|
CONFIGURE_ARGS+=--prefix=${STAGEDIR}${PREFIX}
|
2009-11-20 19:47:35 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|