6ec6b5cfc1
Approved by: portmgr@
17 lines
368 B
Makefile
17 lines
368 B
Makefile
# Created by: Alexandre Snarskii <snar@paranoia.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bgpq
|
|
PORTVERSION= 1.0.9.9
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://snar.spb.ru/prog/bgpq/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= sem@FreeBSD.org
|
|
COMMENT= Bgpq - lightweight access-list generator for Cisco routers
|
|
|
|
PLIST_FILES= bin/bgpq man/man8/bgpq.8.gz
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|