Add p5-Net-Nslookup 1.14
Provides the capabilities of the standard tool nslookup(1). PR: 57984 Submitted by: clsung@dragon2.net
This commit is contained in:
parent
91847a6d76
commit
31e009b857
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91203
@ -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
|
||||
|
25
dns/p5-Net-Nslookup/Makefile
Normal file
25
dns/p5-Net-Nslookup/Makefile
Normal file
@ -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>
|
1
dns/p5-Net-Nslookup/distinfo
Normal file
1
dns/p5-Net-Nslookup/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Net-Nslookup-1.14.tar.gz) = 28c12761590849bfaa251c25c505677f
|
9
dns/p5-Net-Nslookup/pkg-descr
Normal file
9
dns/p5-Net-Nslookup/pkg-descr
Normal file
@ -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>
|
5
dns/p5-Net-Nslookup/pkg-plist
Normal file
5
dns/p5-Net-Nslookup/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user