blob: b1efc349ec53108fab13ad5674f49dda85ea15f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $FreeBSD$
PORTNAME= irrtoolset
PORTVERSION= 5.0.1
CATEGORIES= net-mgmt
MASTER_SITES= ISC/IRRToolSet/IRRToolSet-${PORTVERSION}
MAINTAINER= rkoberman@gmail.com
COMMENT= Suite of routing policy tools to interact with the IRR
PLIST_FILES= bin/rpslcheck bin/peval bin/rtconfig \
man/man1/rtconfig.1.gz man/man1/peval.1.gz \
man/man1/rpslcheck.1.gz man/man1/irrtoolset-errors.1.gz
USES= bison gmake libtool
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|