pkgsrc/devel/p5-Test-Base/Makefile
wen dc5f593c44 Update to 0.88
Upstream changes:
0.88 Sun Aug 24 08:09:16 PDT 2014
 - Remove a debugging line.

0.87 Tue Aug 19 16:35:34 PDT 2014
 - Replace tabs with spaces

0.86 Mon Aug 18 08:29:20 PDT 2014
 - Fix for issue/15

0.85 Mon Aug 18 08:07:52 PDT 2014
 - Pull Module::Install::TestBase out of Test::Base
 - It will be released in separate dist
 - Was causing Test::Base to fail tests

0.84 Sat Aug 16 15:08:32 PDT 2014
 - Remove .gitignore
 - Fix Meta error. s/zild/=zild/

0.83 Sat Aug 16 12:31:00 PDT 2014
 - Meta 0.0.2

0.82 Sat Aug 16 04:14:25 PDT 2014
 - Eliminate spurious trailing whitespace

0.81 Sat Aug 16 02:52:12 PDT 2014
 - Eliminate File::Basename from test/

0.80 Fri Aug 15 20:49:55 PDT 2014
 - Add t/000-require-modules.t
2014-08-31 06:57:35 +00:00

21 lines
595 B
Makefile

# $NetBSD: Makefile,v 1.14 2014/08/31 06:57:35 wen Exp $
#
DISTNAME= Test-Base-0.88
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-Base/
COMMENT= Perl 5 module providing a data driven testing framework
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Base/.packlist
DEPENDS+= p5-Spiffy>=0.30:../../devel/p5-Spiffy
DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"