2006-10-04 16:33:27 +02:00
|
|
|
# New ports collection makefile for: p5-Net-DNS-ToolKit
|
|
|
|
# Date created: 2006-09-11
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-DNS-ToolKit
|
2009-06-19 09:34:37 +02:00
|
|
|
PORTVERSION= 0.42
|
2006-10-04 16:33:27 +02:00
|
|
|
CATEGORIES= dns perl5
|
2007-10-05 10:51:52 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-10-04 16:33:27 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= Tools for working with DNS packets
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Net/DNS/Codes.pm:${PORTSDIR}/dns/p5-Net-DNS-Codes \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/NetAddr/IP/Util.pm:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Net::DNS::ToolKit.3 \
|
|
|
|
Net::DNS::ToolKit::Debug.3 \
|
|
|
|
Net::DNS::ToolKit::Question.3 \
|
|
|
|
Net::DNS::ToolKit::RR.3 \
|
|
|
|
Net::DNS::ToolKit::RR::A.3 \
|
|
|
|
Net::DNS::ToolKit::RR::AAAA.3 \
|
|
|
|
Net::DNS::ToolKit::RR::CNAME.3 \
|
|
|
|
Net::DNS::ToolKit::RR::HINFO.3 \
|
|
|
|
Net::DNS::ToolKit::RR::MB.3 \
|
2006-10-31 15:51:05 +01:00
|
|
|
Net::DNS::ToolKit::RR::MINFO.3 \
|
2006-10-04 16:33:27 +02:00
|
|
|
Net::DNS::ToolKit::RR::MG.3 \
|
|
|
|
Net::DNS::ToolKit::RR::MR.3 \
|
|
|
|
Net::DNS::ToolKit::RR::MX.3 \
|
|
|
|
Net::DNS::ToolKit::RR::NS.3 \
|
|
|
|
Net::DNS::ToolKit::RR::NULL.3 \
|
|
|
|
Net::DNS::ToolKit::RR::PTR.3 \
|
2006-10-31 15:51:05 +01:00
|
|
|
Net::DNS::ToolKit::RR::RP.3 \
|
2006-10-04 16:33:27 +02:00
|
|
|
Net::DNS::ToolKit::RR::SOA.3 \
|
|
|
|
Net::DNS::ToolKit::RR::TXT.3 \
|
|
|
|
Net::DNS::ToolKit::RR::Template.3 \
|
|
|
|
Net::DNS::ToolKit::Utilities.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|