From 31e009b857ba0bf382755ddf07dab993e0f0dff5 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 14 Oct 2003 14:23:24 +0000 Subject: Add p5-Net-Nslookup 1.14 Provides the capabilities of the standard tool nslookup(1). PR: 57984 Submitted by: clsung@dragon2.net --- dns/p5-Net-Nslookup/Makefile | 25 +++++++++++++++++++++++++ dns/p5-Net-Nslookup/distinfo | 1 + dns/p5-Net-Nslookup/pkg-descr | 9 +++++++++ dns/p5-Net-Nslookup/pkg-plist | 5 +++++ 4 files changed, 40 insertions(+) create mode 100644 dns/p5-Net-Nslookup/Makefile create mode 100644 dns/p5-Net-Nslookup/distinfo create mode 100644 dns/p5-Net-Nslookup/pkg-descr create mode 100644 dns/p5-Net-Nslookup/pkg-plist (limited to 'dns/p5-Net-Nslookup') 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 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 + 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 -- cgit v1.2.3