mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Import of a perl5 module to access the NIC's Whois server
This commit is contained in:
parent
bacced750a
commit
c1decd9165
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6784
5 changed files with 39 additions and 0 deletions
26
net/p5-Net-Whois/Makefile
Normal file
26
net/p5-Net-Whois/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# New ports collection makefile for: p5-Net-Whois
|
||||||
|
# Version required: 0.21
|
||||||
|
# Date created: June 7th 1997
|
||||||
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= Net-Whois-0.21
|
||||||
|
PKGNAME= p5-Net-Whois-0.21
|
||||||
|
CATEGORIES= net perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= Net
|
||||||
|
|
||||||
|
MAINTAINER= jfitz@FreeBSD.ORG
|
||||||
|
|
||||||
|
BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
|
||||||
|
RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
|
||||||
|
|
||||||
|
MANPREFIX= /usr/local/lib/perl5
|
||||||
|
MAN3= Net::Whois.3
|
||||||
|
|
||||||
|
do-configure:
|
||||||
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
net/p5-Net-Whois/distinfo
Normal file
1
net/p5-Net-Whois/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (Net-Whois-0.21.tar.gz) = 75b262e0d32a826938793cf58fdf3d1b
|
1
net/p5-Net-Whois/pkg-comment
Normal file
1
net/p5-Net-Whois/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
a perl5 module to get information using the Whois protocol.
|
7
net/p5-Net-Whois/pkg-descr
Normal file
7
net/p5-Net-Whois/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
This is a Perl 5 module that retrieves and parses information from the
|
||||||
|
InterNIC 'whois' database. If you are behind a firewall, you probably
|
||||||
|
won't be able to use this module.
|
||||||
|
|
||||||
|
This version supports only the information about domains. Future work
|
||||||
|
may include information about people and other entities about which
|
||||||
|
the InterNIC keeps data.
|
4
net/p5-Net-Whois/pkg-plist
Normal file
4
net/p5-Net-Whois/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
lib/perl5/man/man3/Net::Whois.3.gz
|
||||||
|
lib/perl5/site_perl/Net/Whois.pm
|
||||||
|
lib/perl5/site_perl/i386-freebsd/auto/Net/Whois/.packlist
|
||||||
|
@dirrm lib/perl5/site_perl/i386-freebsd/auto/Net/Whois
|
Loading…
Add table
Reference in a new issue