diff options
Diffstat (limited to 'net-mgmt/bgpq3/Makefile')
-rw-r--r-- | net-mgmt/bgpq3/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mgmt/bgpq3/Makefile b/net-mgmt/bgpq3/Makefile new file mode 100644 index 000000000000..3aa3d279deee --- /dev/null +++ b/net-mgmt/bgpq3/Makefile @@ -0,0 +1,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.10 +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> |