0.54 Tue Nov 21 12:46:00 MSK 2017 - `around` method added to allow localized variables and other local setup. Call `yield` method to run examples by `around` CODE. Contributed by @akzhan - Replace some `use base` with `use parent` and other minor updates. Contributed by @akzhan - Now tested under Perl 5.22-5.26 too Contributed by @akzhan - predictable_destroy spec fixed under Perl 5.8 Contributed by @akzhan
21 lines
721 B
Makefile
21 lines
721 B
Makefile
# $NetBSD: Makefile,v 1.15 2017/11/24 14:26:09 wiz Exp $
|
|
|
|
DISTNAME= Test-Spec-0.54
|
|
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"
|