pkgsrc/net/p5-Test-DNS/Makefile
hiramatsu fc1f9188a4 Update p5-Test-DNS to 0.13.
Changes from previous:
0.13    03.09.11
        - only run tests if got $ENV{'AUTHOR_TESTING'} because I'm sick
        of releases like 0.10 - 0.13.

0.12    24.08.11
        - updating dns records information, no functional changes

0.11    29.06.11
        - updating dns records information, no functional changes

0.10    18.05.11
        - updating dns records information, no functional changes

0.09    15.03.11
        - moving to dzil
        - updating dns records information, no functional changes
2011-11-22 03:36:49 +00:00

27 lines
818 B
Makefile

# $NetBSD: Makefile,v 1.6 2011/11/22 03:36:49 hiramatsu Exp $
#
DISTNAME= Test-DNS-0.13
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-DNS/
COMMENT= Perl 5 module to test DNS queries and zone configuration
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_MODULE_TYPE= Module::Build
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/DNS/.packlist
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
DEPENDS+= p5-Moose>=0.8:../../devel/p5-Moose
DEPENDS+= p5-Net-DNS>=0:../../net/p5-Net-DNS
DEPENDS+= p5-Set-Object>=0:../../devel/p5-Set-Object
DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"