openbsd-ports/net/p5-Net-DNS/Makefile
wilfried 1bbb249dfa update to Net-DNS-0.33
- Added Net::DNS::Resolver::Recurse module.
- Fixed the regular expression in RR.pm to comply with the RFCs,
  turns our we were _too_ paranoid.
- Fixed 00-load.t to skip the Net::DNS::SEC modules.  The test suite
  should now pass if you have Net::DNS::SEC installed.
2003-01-28 18:43:27 +00:00

27 lines
594 B
Makefile

# $OpenBSD: Makefile,v 1.17 2003/01/28 18:43:27 wilfried Exp $
COMMENT= 'module to interface the DNS resolver'
DISTNAME= Net-DNS-0.33
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>