pkgsrc/net/p5-Net-DNS-Resolver-Programmable/Makefile
wiz adeb9be3ad p5-Net-DNS-Resolver-Programmable: update to 0.009.
--- 0.009 (2017-07-24)
  + Cleaner way to handle both arrays of strings and Net::DNS::Packet objects,
    courtesy of NLNETLABS (Dick Franks) in RT 122542 - thanks!
  + Extend tests to cover non-mocked queries too

--- 0.008 (2017-07-21)
  * Add Scalar::Util to deps

--- 0.007 (2017-07-19)
  * Fix handling pre-prepared ::Packet objects passed to send()
  + Additional tests

--- 0.006 (2017-07-16)
  * Don't demand 5.10, work on perl >= 5.6
  * No taint mode flag in t/01-basic.t
  * Avoid problems with our $VERSION = '...' on one line
  All these courtesy of Dick Franks (rwfranks) - thanks!

--- 0.005 (2017-07-13)

  * Remove debian/ subdir as per RT #108522
  * Regenerate README via pod2readme
  * Fix version number in changelog entry below - d'oh - and remove
    use of deprecated qv()
  * Import rcode list from Net::DNS - RT 96390


--- 0.004 (2017-07-13)

  * BIGPRESH taking over maintainership of this seemingly orphaned but
    very useful distribution.  Plan to fix various RT tickets.
  * Fix RT 109266 - avoid deprecated make_query_packet() call
2017-09-17 20:29:30 +00:00

20 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.12 2017/09/17 20:29:30 wiz Exp $
DISTNAME= Net-DNS-Resolver-Programmable-0.009
PKGNAME= p5-${DISTNAME:S/-v/-/}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= aniou@smutek.pl
HOMEPAGE= http://search.cpan.org/dist/Net-DNS-Resolver-Programmable/
COMMENT= Net::DNS::Resolver descendant class for offline emulation of DNS
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Net/DNS/Resolver/Programmable/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"