summaryrefslogtreecommitdiff
path: root/net-mgmt/irrtoolset/Makefile
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-03-10 18:39:04 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-03-10 18:39:04 +0000
commit91e3f7c836e0da8c499310fa064a5be3375f2599 (patch)
tree248098c091529cf91deefd6c98d131b1562c5ae1 /net-mgmt/irrtoolset/Makefile
parentmultimedia/ffdec: Update to 14.1.0 (diff)
net-mgmt/irrtoolset: update to 5.1.3
PR: 254070 Submitted by: rkoberman AT gmail DOT com (maintainer)
Notes
Notes: svn path=/head/; revision=568029
Diffstat (limited to 'net-mgmt/irrtoolset/Makefile')
-rw-r--r--net-mgmt/irrtoolset/Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/net-mgmt/irrtoolset/Makefile b/net-mgmt/irrtoolset/Makefile
index b1efc349ec53..ad5350ac5196 100644
--- a/net-mgmt/irrtoolset/Makefile
+++ b/net-mgmt/irrtoolset/Makefile
@@ -1,18 +1,25 @@
# $FreeBSD$
PORTNAME= irrtoolset
-PORTVERSION= 5.0.1
+DISTVERSIONPREFIX= release-
+DISTVERSION= 5.1.3
CATEGORIES= net-mgmt
-MASTER_SITES= ISC/IRRToolSet/IRRToolSet-${PORTVERSION}
MAINTAINER= rkoberman@gmail.com
COMMENT= Suite of routing policy tools to interact with the IRR
+LICENSE= MIT GPLv2+ RIPE_NCC
+LICENSE_COMB= multi
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= autoreconf bison gmake libtool
+GNU_CONFIGURE= yes
+USE_GITHUB= yes
+GH_ACCOUNT= irrtoolset
+GH_PROJECT= irrtoolset
+
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>