Lines 1-18
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= irrtoolset |
3 |
PORTNAME= irrtoolset |
4 |
PORTVERSION= 5.0.1 |
4 |
DISTVERSIONPREFIX= release- |
|
|
5 |
DISTVERSION= 5.1.3 |
5 |
CATEGORIES= net-mgmt |
6 |
CATEGORIES= net-mgmt |
6 |
MASTER_SITES= ISC/IRRToolSet/IRRToolSet-${PORTVERSION} |
|
|
7 |
|
7 |
|
8 |
MAINTAINER= rkoberman@gmail.com |
8 |
MAINTAINER= rkoberman@gmail.com |
|
|
9 |
|
9 |
COMMENT= Suite of routing policy tools to interact with the IRR |
10 |
COMMENT= Suite of routing policy tools to interact with the IRR |
10 |
|
11 |
|
|
|
12 |
LICENSE= MIT GPLv2+ RIPE_NCC |
13 |
LICENSE_COMB= multi |
14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
15 |
|
16 |
USES= autoreconf bison gmake libtool |
17 |
|
11 |
PLIST_FILES= bin/rpslcheck bin/peval bin/rtconfig \ |
18 |
PLIST_FILES= bin/rpslcheck bin/peval bin/rtconfig \ |
12 |
man/man1/rtconfig.1.gz man/man1/peval.1.gz \ |
19 |
man/man1/rtconfig.1.gz man/man1/peval.1.gz \ |
13 |
man/man1/rpslcheck.1.gz man/man1/irrtoolset-errors.1.gz |
20 |
man/man1/rpslcheck.1.gz man/man1/irrtoolset-errors.1.gz |
14 |
|
21 |
|
15 |
USES= bison gmake libtool |
|
|
16 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
|
|
23 |
USE_GITHUB= yes |
24 |
GH_ACCOUNT= irrtoolset |
25 |
GH_PROJECT= irrtoolset |
17 |
|
26 |
|
18 |
.include <bsd.port.mk> |
27 |
.include <bsd.port.mk> |