mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
add p5-Net-XWhois
Whois Client Interface for Perl5 PR: 28090 Submitted by: Danny Howard <dannyman@tellme.com>
This commit is contained in:
parent
5f6b09dcbc
commit
510a1ecd7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44840
@ -257,6 +257,7 @@
|
||||
SUBDIR += p5-Net-Traceroute
|
||||
SUBDIR += p5-Net-Wake
|
||||
SUBDIR += p5-Net-Whois
|
||||
SUBDIR += p5-Net-XWhois
|
||||
SUBDIR += p5-Net-ext
|
||||
SUBDIR += p5-NetAddr-IP
|
||||
SUBDIR += p5-NetAddr-IP-Count
|
||||
|
22
net/p5-Net-XWhois/Makefile
Normal file
22
net/p5-Net-XWhois/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-Net-XWhois
|
||||
# Date created: 11 June 2001
|
||||
# Whom: Danny Howard <dannyman@tellme.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-XWhois
|
||||
PORTVERSION= 0.72
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= dannyman@tellme.com
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Net::XWhois.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/p5-Net-XWhois/distinfo
Normal file
1
net/p5-Net-XWhois/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Net-XWhois-0.72.tar.gz) = fb761820691bfbfe5518cde9b0583997
|
1
net/p5-Net-XWhois/pkg-comment
Normal file
1
net/p5-Net-XWhois/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Whois Client Interface for Perl5
|
8
net/p5-Net-XWhois/pkg-descr
Normal file
8
net/p5-Net-XWhois/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
The Net::XWhois class provides a generic client framework for doing Whois
|
||||
queries and parsing server response.
|
||||
|
||||
One of the more important features of this module is to enable the design of
|
||||
consistent and predictable interfaces to incompatible whois response formats.
|
||||
The Whois RFC (954) does not define a template for presenting server data;
|
||||
consequently there is a large variation in layout styles as well as content
|
||||
served across servers.
|
3
net/p5-Net-XWhois/pkg-plist
Normal file
3
net/p5-Net-XWhois/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/XWhois.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/XWhois/.packlist
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/XWhois 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user