1997-04-06 00:15:47 +02:00
|
|
|
# New ports collection makefile for: p5-Net-DNS
|
|
|
|
# Date created: April 5th 1997
|
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1997-04-06 00:15:47 +02:00
|
|
|
#
|
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
PORTNAME= Net-DNS
|
2004-06-06 05:03:10 +02:00
|
|
|
PORTVERSION= 0.47
|
2003-11-10 09:13:48 +01:00
|
|
|
CATEGORIES= dns net perl5
|
1997-04-06 00:15:47 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Net
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1997-04-06 00:15:47 +02:00
|
|
|
|
2002-02-06 08:59:56 +01:00
|
|
|
MAINTAINER= DougB@FreeBSD.org
|
2004-03-17 01:36:11 +01:00
|
|
|
COMMENT= Perl5 interface to the DNS resolver, and dynamic updates
|
1997-04-06 00:15:47 +02:00
|
|
|
|
2002-11-11 10:54:18 +01:00
|
|
|
# Warnings during build are harmless, the port does not need these to build
|
2003-04-07 01:24:48 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC
|
2002-06-05 11:51:38 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2004-01-02 03:44:05 +01:00
|
|
|
CONFIGURE_ARGS+= --online-tests
|
1997-04-06 00:15:47 +02:00
|
|
|
|
|
|
|
MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \
|
|
|
|
Net::DNS::Question.3 Net::DNS::RR.3 Net::DNS::RR::A.3 \
|
2002-04-27 10:50:44 +02:00
|
|
|
Net::DNS::RR::AFSDB.3 Net::DNS::RR::CNAME.3 \
|
|
|
|
Net::DNS::RR::HINFO.3 Net::DNS::RR::ISDN.3 Net::DNS::RR::MG.3 \
|
|
|
|
Net::DNS::RR::MINFO.3 Net::DNS::RR::MR.3 Net::DNS::RR::MX.3 \
|
|
|
|
Net::DNS::RR::NS.3 Net::DNS::RR::PTR.3 Net::DNS::RR::RP.3 \
|
|
|
|
Net::DNS::RR::RT.3 Net::DNS::RR::SOA.3 Net::DNS::RR::SRV.3 \
|
1997-06-17 04:49:41 +02:00
|
|
|
Net::DNS::RR::TXT.3 Net::DNS::RR::X25.3 Net::DNS::Resolver.3 \
|
|
|
|
Net::DNS::RR::AAAA.3 Net::DNS::RR::EID.3 Net::DNS::RR::LOC.3 \
|
2002-04-27 10:50:44 +02:00
|
|
|
Net::DNS::RR::MB.3 Net::DNS::RR::NAPTR.3 \
|
|
|
|
Net::DNS::RR::NIMLOC.3 Net::DNS::RR::NSAP.3 \
|
2002-06-10 03:53:13 +02:00
|
|
|
Net::DNS::RR::NULL.3 Net::DNS::RR::PX.3 Net::DNS::Update.3 \
|
|
|
|
Net::DNS::Nameserver.3 Net::DNS::RR::CERT.3 \
|
2002-11-11 10:54:18 +01:00
|
|
|
Net::DNS::FAQ.3 Net::DNS::RR::TKEY.3 \
|
2003-01-16 14:33:37 +01:00
|
|
|
Net::DNS::RR::OPT.3 Net::DNS::RR::TSIG.3 Net::DNS::RR::DNAME.3 \
|
2004-03-14 01:09:04 +01:00
|
|
|
Net::DNS::Resolver::Win32.3 \
|
2003-09-04 12:00:51 +02:00
|
|
|
Net::DNS::Resolver::Base.3 Net::DNS::Resolver::UNIX.3 \
|
2004-01-02 03:44:05 +01:00
|
|
|
Net::DNS::RR::Unknown.3 Net::DNS::Resolver::Recurse.3 \
|
|
|
|
Net::DNS::Resolver::Cygwin.3
|
2001-12-20 22:45:10 +01:00
|
|
|
|
2003-02-20 17:33:26 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
2003-04-07 01:24:48 +02:00
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
2003-02-20 17:33:26 +01:00
|
|
|
.endif
|
|
|
|
|
2002-11-11 10:54:18 +01:00
|
|
|
DOCSDIR= ${PREFIX}/share/doc/p5-Net-DNS
|
2002-06-05 11:51:38 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2002-11-11 10:54:18 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2004-01-02 03:44:05 +01:00
|
|
|
.for doc in Changes README TODO
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
2002-06-05 11:51:38 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2003-02-20 17:33:26 +01:00
|
|
|
.include <bsd.port.post.mk>
|