summaryrefslogtreecommitdiff
path: root/dns/p5-Net-Nslookup
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-10-14 14:23:24 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-10-14 14:23:24 +0000
commit31e009b857ba0bf382755ddf07dab993e0f0dff5 (patch)
treee364b17e9adcaab709ff1ca70201d3274a41dc8e /dns/p5-Net-Nslookup
parentAdd p5-XML-Validator-Schema 1.04, (diff)
Add p5-Net-Nslookup 1.14
Provides the capabilities of the standard tool nslookup(1). PR: 57984 Submitted by: clsung@dragon2.net
Notes
Notes: svn path=/head/; revision=91203
Diffstat (limited to 'dns/p5-Net-Nslookup')
-rw-r--r--dns/p5-Net-Nslookup/Makefile25
-rw-r--r--dns/p5-Net-Nslookup/distinfo1
-rw-r--r--dns/p5-Net-Nslookup/pkg-descr9
-rw-r--r--dns/p5-Net-Nslookup/pkg-plist5
4 files changed, 40 insertions, 0 deletions
diff --git a/dns/p5-Net-Nslookup/Makefile b/dns/p5-Net-Nslookup/Makefile
new file mode 100644
index 000000000000..0380d32d39b4
--- /dev/null
+++ b/dns/p5-Net-Nslookup/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: p5-Net-Nslookup
+# Date created: 14 October 2003
+# Whom: clsung@dragon2.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-Nslookup
+PORTVERSION= 1.14
+CATEGORIES= dns perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= clsung@dragon2.net
+COMMENT= Provides the capabilities of the standard tool nslookup(1)
+
+BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= YES
+
+MAN3= Net::Nslookup.3
+
+.include <bsd.port.mk>
diff --git a/dns/p5-Net-Nslookup/distinfo b/dns/p5-Net-Nslookup/distinfo
new file mode 100644
index 000000000000..a6a58d4f0eb4
--- /dev/null
+++ b/dns/p5-Net-Nslookup/distinfo
@@ -0,0 +1 @@
+MD5 (Net-Nslookup-1.14.tar.gz) = 28c12761590849bfaa251c25c505677f
diff --git a/dns/p5-Net-Nslookup/pkg-descr b/dns/p5-Net-Nslookup/pkg-descr
new file mode 100644
index 000000000000..2aad1d1375a5
--- /dev/null
+++ b/dns/p5-Net-Nslookup/pkg-descr
@@ -0,0 +1,9 @@
+Net::Nslookup provides the capabilities of the standard UNIX command
+line tool nslookup(1). Net::DNS is a wonderful and full featured module,
+but quite often, all you need is `nslookup $host`. This module provides
+that functionality.
+
+WWW: http://search.cpan.org/dist/Net-Nslookup/
+
+-- darren chamberlain
+<darren@cpan.org>
diff --git a/dns/p5-Net-Nslookup/pkg-plist b/dns/p5-Net-Nslookup/pkg-plist
new file mode 100644
index 000000000000..2281c8b19047
--- /dev/null
+++ b/dns/p5-Net-Nslookup/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Net/Nslookup.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Nslookup/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Nslookup
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true