pkgsrc/devel/p5-Test-Trap/Makefile
schmonz 68ee83651e Update to 0.2.2. From the changelog:
Test::Trap::Builder::TempFile & Test::Trap::Builder::SystemSafe:
- RT #61776: Remove temporary files at first opportunity;
  thanks go to Ian Goodacre.
Documentation:
- RT #61773: return from trap function
  Document what trap { ... } returns.
Tests:
- RT #75430: Failing tests in 06-layer.t
  Convert a number of die_is to die_like, handling cases with
  and without trailing comma from carp.
- Unset another taint-checked environment variable, CDPATH;
  thanks go to CPAN testers.
2013-01-19 22:57:06 +00:00

19 lines
603 B
Makefile

# $NetBSD: Makefile,v 1.4 2013/01/19 22:57:06 schmonz Exp $
DISTNAME= Test-Trap-v0.2.2
PKGNAME= p5-${DISTNAME:S/v0/0/}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Trap/
COMMENT= Perl extension to trap exit codes, exceptions, output
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
DEPENDS+= p5-Test-Tester>=0.107:../../devel/p5-Test-Tester
PERL5_PACKLIST= auto/Test/Trap/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"