summaryrefslogtreecommitdiff
path: root/net-mgmt/irrtoolset/Makefile
blob: 0cbce42f76cff01c65be378d0203d1c0eace8219 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	irrtoolset
DISTVERSIONPREFIX=	release-
DISTVERSION=	5.1.3
PORTREVISION=	1
CATEGORIES=	net-mgmt

MAINTAINER=	rkoberman@gmail.com
COMMENT=	Suite of routing policy tools to interact with the IRR
WWW=		https://github.com/irrtoolset/irrtoolset

LICENSE=	MIT GPLv2+ RIPE_NCC
LICENSE_COMB=	multi
LICENSE_NAME_RIPE_NCC=	RIPE NCC license
LICENSE_FILE=	${WRKSRC}/COPYING
LICENSE_PERMS_RIPE_NCC=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

USES=		autoreconf bison gmake libtool
GNU_CONFIGURE=	yes
USE_GITHUB=	yes

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

.include <bsd.port.mk>