openbsd-ports/net/p5-Net-DNS/Makefile
wilfried 26f4a4b2c4 update to p5-Net-DNS-0.34
- Handle more than one string in a TXT RR's RDATA section.
- Net::DNS::Resolver::Recurse bug fixes.
- Added check of the answer's rcode in Net::DNS::Resolver::axfr_next().
- Allow multiple questions to be part of a DNS packet.
2003-04-02 09:35:58 +00:00

27 lines
594 B
Makefile

# $OpenBSD: Makefile,v 1.18 2003/04/02 09:35:58 wilfried Exp $
COMMENT= 'module to interface the DNS resolver'
DISTNAME= Net-DNS-0.34
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
HOMEPAGE= http://www.net-dns.org/
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \
${HOMEPAGE}/download/
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :p5-Digest-HMAC->=1.00:security/p5-Digest-HMAC
CONFIGURE_STYLE= perl
.include <bsd.port.mk>