summaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2003-10-14 14:23:24 +0000
committermat <mat@FreeBSD.org>2003-10-14 14:23:24 +0000
commitd219215fa22f5ccf5dee885b67ff4651fb8652a2 (patch)
tree25dacdfd2a91eb6ab50eea6df58faa9074ff087d /dns
parent12d1b4e740bda3abbc9a66fa67e139ffcec0e4cb (diff)
downloadFreeBSD-ports-d219215fa22f5ccf5dee885b67ff4651fb8652a2.zip
FreeBSD-ports-d219215fa22f5ccf5dee885b67ff4651fb8652a2.tar.gz
Add p5-Net-Nslookup 1.14
Provides the capabilities of the standard tool nslookup(1). PR: 57984 Submitted by: clsung@dragon2.net
Diffstat (limited to 'dns')
-rw-r--r--dns/Makefile1
-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
5 files changed, 41 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 4b98d85..44d928e 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -46,6 +46,7 @@
SUBDIR += p5-Net-DNS
SUBDIR += p5-Net-DNS-SEC
SUBDIR += p5-Net-DNS-ZoneFile
+ SUBDIR += p5-Net-Nslookup
SUBDIR += p5-POE-Component-Client-DNS
SUBDIR += p5-Tie-DNS
SUBDIR += pdnsd
diff --git a/dns/p5-Net-Nslookup/Makefile b/dns/p5-Net-Nslookup/Makefile
new file mode 100644
index 0000000..0380d32
--- /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 0000000..a6a58d4
--- /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 0000000..2aad1d1
--- /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 0000000..2281c8b
--- /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
OpenPOWER on IntegriCloud