1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/net/bgpq/Makefile
2003-10-15 13:08:49 +00:00

24 lines
462 B
Makefile

# New ports collection makefile for: bgpq
# Date created: 21 Jan 2002
# Whom: Alexandre Snarskii <snar@paranoia.ru>
#
# $FreeBSD$
PORTNAME= bgpq
PORTVERSION= 1.0.7.6
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/
MAINTAINER= snar@paranoia.ru
COMMENT= Bgpq - lightweight access-list generator for cisco routers
MAN8= bgpq.8
HAS_CONFIGURE= yes
post-install:
${STRIP_CMD} ${PREFIX}/bin/bgpq
.include <bsd.port.mk>