blob: 7cfeb0285dec3f5120cdb52445f16e40fad8e1fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: bgpq3
# Date created: 27 October 2009
# Whom: Alexandre Snarskii <snar@snar.spb.ru>
#
# $FreeBSD$
#
PORTNAME= bgpq3
PORTVERSION= 0.1.11
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 <bsd.port.mk>
|