pkgsrc/devel/p5-Log-Report/Makefile
wen 20e323884d Update to 1.33
Upstream changes:
version 1.33: Sat Jul 17 10:56:52 CEST 2021

        Changes:
        - the $@->died with always return the original die causing object or
          string.  In most cases, you want to use $@->wasFatal, which is the
          translated (hence compatible) ::Exception object.  [Andy Beverley]
2021-07-28 03:47:21 +00:00

24 lines
869 B
Makefile

# $NetBSD: Makefile,v 1.39 2021/07/28 03:47:21 wen Exp $
DISTNAME= Log-Report-1.33
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Log-Report
COMMENT= Report a problem, pluggable handlers, and language support
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Log-Report-Optional>=1.07:../../devel/p5-Log-Report-Optional
DEPENDS+= p5-Devel-GlobalDestruction>=0.09:../../devel/p5-Devel-GlobalDestruction
TEST_DEPENDS+= p5-Test-Pod>=1.00:../../devel/p5-Test-Pod
TEST_DEPENDS+= p5-Mojolicious-[0-9]*:../../www/p5-Mojolicious
TEST_DEPENDS+= p5-Log-Dispatch-[0-9]*:../../devel/p5-Log-Dispatch
TEST_DEPENDS+= p5-Dancer2-[0-9]*:../../www/p5-Dancer2
PERL5_PACKLIST= auto/Log/Report/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"