mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Add net/p5-Net-IRR 0.08, a Perl module that provides an interface to the
Internet Route Registry Daemon.
This commit is contained in:
parent
8d4fda9eb3
commit
d7a5baa932
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253733
@ -553,6 +553,7 @@
|
||||
SUBDIR += p5-Net-Hiveminder
|
||||
SUBDIR += p5-Net-INET6Glue
|
||||
SUBDIR += p5-Net-IPTrie
|
||||
SUBDIR += p5-Net-IRR
|
||||
SUBDIR += p5-Net-Ident
|
||||
SUBDIR += p5-Net-Interface
|
||||
SUBDIR += p5-Net-Jaiku
|
||||
|
22
net/p5-Net-IRR/Makefile
Normal file
22
net/p5-Net-IRR/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: net/p5-Net-IRR
|
||||
# Date created: 05 May 2010
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-IRR
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl interface to the Internet Route Registry Daemon
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::IRR.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Net-IRR/distinfo
Normal file
3
net/p5-Net-IRR/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Net-IRR-0.08.tar.gz) = 188a1c6fc339a97042acbc0a136964d3
|
||||
SHA256 (Net-IRR-0.08.tar.gz) = b3865d63ac1a5412f83b0c67cf2f278858eb12a4d22d246613ae7e06d6f8f228
|
||||
SIZE (Net-IRR-0.08.tar.gz) = 5622
|
7
net/p5-Net-IRR/pkg-descr
Normal file
7
net/p5-Net-IRR/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This module provides an object oriented perl interface to the Internet
|
||||
Route Registry. The interface uses the RIPE/RPSL Tool Query Language as
|
||||
defined in Appendix B of the IRRd User Guide. The guide can be found at
|
||||
http://www.irrd.net/, however an understanding of the query language is
|
||||
not required to use this module.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-IRR/
|
5
net/p5-Net-IRR/pkg-plist
Normal file
5
net/p5-Net-IRR/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Net/IRR.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IRR/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IRR
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in New Issue
Block a user