pkgsrc/devel/p5-Log-Dispatchouli/Makefile
wiz d78a89526f p5-Log-Dispatchouli: update to 2.022.
2.022     2020-08-24 13:50:15-04:00 America/New_York
        - don't duplicate pid in syslog!

2.021     2020-08-12 11:48:57-04:00 America/New_York
        - add another experimental means to replace how Syslog output is set up

2.020     2020-02-06 13:45:44-05:00 America/New_York (TRIAL RELEASE)
        - add stdio_dispatcher_class, so you can subclass the Screen dispatcher
          for stderr and stdio; this is experimental!
2020-09-07 06:58:53 +00:00

31 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.22 2020/09/07 06:58:53 wiz Exp $
DISTNAME= Log-Dispatchouli-2.022
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Log-Dispatchouli
COMMENT= Perl 5 wrapper module around Log::Dispatch
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Log-Dispatch-[0-9]*:../../devel/p5-Log-Dispatch
DEPENDS+= p5-Log-Dispatch-Array-[0-9]*:../../devel/p5-Log-Dispatch-Array
DEPENDS+= p5-Params-Util-[0-9]*:../../devel/p5-Params-Util
DEPENDS+= p5-String-Flogger-[0-9]*:../../textproc/p5-String-Flogger
DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
DEPENDS+= p5-Sub-Exporter-GlobExporter>=0.002:../../devel/p5-Sub-Exporter-GlobExporter
DEPENDS+= p5-Try-Tiny>=0.04:../../devel/p5-Try-Tiny
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
BUILD_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
BUILD_DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio
BUILD_DEPENDS+= p5-Params-ValidationCompiler-[0-9]*:../../devel/p5-Params-ValidationCompiler
#BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple
PERL5_PACKLIST= auto/Log/Dispatchouli/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"