summaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Whois
diff options
context:
space:
mode:
authorjfitz <jfitz@FreeBSD.org>1997-06-07 04:07:27 +0000
committerjfitz <jfitz@FreeBSD.org>1997-06-07 04:07:27 +0000
commit23552bd16dc583c77d10f18519ff59c4458c9fc4 (patch)
tree9224a550802789d378bcdd7310991226cd4f0b6b /net/p5-Net-Whois
parent038afc7479c1fa6ec36f33fe2fe014b1e9669a3b (diff)
downloadFreeBSD-ports-23552bd16dc583c77d10f18519ff59c4458c9fc4.zip
FreeBSD-ports-23552bd16dc583c77d10f18519ff59c4458c9fc4.tar.gz
Import of a perl5 module to access the NIC's Whois server
Diffstat (limited to 'net/p5-Net-Whois')
-rw-r--r--net/p5-Net-Whois/Makefile26
-rw-r--r--net/p5-Net-Whois/distinfo1
-rw-r--r--net/p5-Net-Whois/pkg-comment1
-rw-r--r--net/p5-Net-Whois/pkg-descr7
-rw-r--r--net/p5-Net-Whois/pkg-plist4
5 files changed, 39 insertions, 0 deletions
diff --git a/net/p5-Net-Whois/Makefile b/net/p5-Net-Whois/Makefile
new file mode 100644
index 0000000..7a9a247
--- /dev/null
+++ b/net/p5-Net-Whois/Makefile
@@ -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>
diff --git a/net/p5-Net-Whois/distinfo b/net/p5-Net-Whois/distinfo
new file mode 100644
index 0000000..3cf39f2
--- /dev/null
+++ b/net/p5-Net-Whois/distinfo
@@ -0,0 +1 @@
+MD5 (Net-Whois-0.21.tar.gz) = 75b262e0d32a826938793cf58fdf3d1b
diff --git a/net/p5-Net-Whois/pkg-comment b/net/p5-Net-Whois/pkg-comment
new file mode 100644
index 0000000..a685db2
--- /dev/null
+++ b/net/p5-Net-Whois/pkg-comment
@@ -0,0 +1 @@
+a perl5 module to get information using the Whois protocol.
diff --git a/net/p5-Net-Whois/pkg-descr b/net/p5-Net-Whois/pkg-descr
new file mode 100644
index 0000000..3049ab9
--- /dev/null
+++ b/net/p5-Net-Whois/pkg-descr
@@ -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.
diff --git a/net/p5-Net-Whois/pkg-plist b/net/p5-Net-Whois/pkg-plist
new file mode 100644
index 0000000..82d68d3
--- /dev/null
+++ b/net/p5-Net-Whois/pkg-plist
@@ -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
OpenPOWER on IntegriCloud