openbsd-ports/net/p5-Net-DNS/Makefile
wilfried 52ecceefbb Update to Net-DNS-0.14
This is an interum release, intended to return Net::DNS to CPAN,
and encourage new devopement.  Version 2.0 is not far behind with
major changes including support for windows platforms, TSIG and
Net::DNS::Nameserver (a very simple nameserver).

Fixed the "defined(@array) is deprecated" message in DNS.pm under
perl 5.6.0 and greater.

Fixed a bug in the Net::DNS::Resolver->nextid method to ensure that
the query ID remains 16 bits.
2002-05-11 21:23:19 +00:00

25 lines
524 B
Makefile

# $OpenBSD: Makefile,v 1.6 2002/05/11 21:23:19 wilfried Exp $
COMMENT= 'module to interface the DNS resolver'
DISTNAME= Net-DNS-0.14
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
NEED_VERSION= 1.515
HOMEPAGE= http://www.fuhr.org/~mfuhr/perldns/
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}
MASTER_SITE_SUBDIR= Net
CONFIGURE_STYLE= perl
.include <bsd.port.mk>