0dbc0a9384
0.53 Wed Aug 16 09:49:00 BST 2017 - POD links are clickable Contributed by @manwar (issue #42) 0.52 Tue Aug 15 10:20:00 BST 2017 - Pass example instance to each test Contributed by @jamhed (issue #30, #41) - Fix runtests to run all examples that match any of the patterns Contributed by @mpw96 (issue #37, #38) - Ensure META.json includes requirements Reported by @joelrebel (issue #39)
21 lines
721 B
Makefile
21 lines
721 B
Makefile
# $NetBSD: Makefile,v 1.14 2017/09/17 13:34:02 wiz Exp $
|
|
|
|
DISTNAME= Test-Spec-0.53
|
|
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-Spec/
|
|
COMMENT= Perl5 module for writing tests in a declarative specification style
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Package-Stash>=0.23:../../devel/p5-Package-Stash
|
|
DEPENDS+= p5-Test-Deep>=0.103:../../devel/p5-Test-Deep
|
|
DEPENDS+= p5-Test-Trap-[0-9]*:../../devel/p5-Test-Trap
|
|
DEPENDS+= p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash
|
|
|
|
PERL5_PACKLIST= auto/Test/Spec/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|