mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
21 lines
421 B
Makefile
21 lines
421 B
Makefile
# Created by: Alexandre Snarskii <snar@snar.spb.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bgpq3
|
|
PORTVERSION= 0.1.19
|
|
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
|
|
|
|
CONFIGURE_ARGS+=--prefix=${PREFIX}
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|