pkgsrc/devel/p5-Test-Requires/Makefile
wiz 3c025e21fb Update to 0.07:
0.07 2013-07-01T03:08:52Z

        - If the C<< RELEASE_TESTING >> environment variable is true, then instead
          of skipping tests, Test::Requires bails out.
          (tobyink)

0.07

        - document that use Test::Requires "5.010" works.
          (tobyink)
2013-09-05 19:12:06 +00:00

19 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.9 2013/09/05 19:12:06 wiz Exp $
DISTNAME= Test-Requires-0.07
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Requires/
COMMENT= Perl 5 module to test if a module can be loaded
LICENSE= ${PERL5_LICENSE}
PERL5_MODULE_TYPE= Module::Build
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Requires/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"