summaryrefslogtreecommitdiff
path: root/net-mgmt/irrtoolset/Makefile
blob: 9d839ff55df3f91d5cad1cce4863fafa015b9010 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	irrtoolset
PORTVERSION=	5.0.1
CATEGORIES=	net-mgmt
MASTER_SITES=	ISC/IRRToolSet/IRRToolSet-${PORTVERSION}

MAINTAINER=	oberman@es.net
COMMENT=	A suite of routing policy tools to interact with the IRR

PLIST_FILES=	bin/rpslcheck bin/peval bin/rtconfig

USES=		bison
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
USE_AUTOTOOLS=	libtool
MAKE_JOBS_SAFE=	yes

MAN1=		rtconfig.1 peval.1 rpslcheck.1 irrtoolset-errors.1

.include <bsd.port.mk>