diff options
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/p5-Net-Nslookup/Makefile | 25 | ||||
-rw-r--r-- | dns/p5-Net-Nslookup/distinfo | 1 | ||||
-rw-r--r-- | dns/p5-Net-Nslookup/pkg-descr | 9 | ||||
-rw-r--r-- | dns/p5-Net-Nslookup/pkg-plist | 5 |
5 files changed, 41 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 4b98d854f16b..44d928e04b7c 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 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 |