pkgsrc/devel/p5-Log-Dispatch/Makefile
wiz 7a525edf8d p5-Log-Dispatch: update to 2.68.
2.68     2018-08-21

- Speedups to the internals to avoid re-validating the same sets of parameters
  repeatedly. Based on a PR #54 from Sergey Leschenko.
2018-08-24 09:29:19 +00:00

27 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.63 2018/08/24 09:29:19 wiz Exp $
DISTNAME= Log-Dispatch-2.68
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch/
COMMENT= Perl module for logging messages to multiple outputs
LICENSE= artistic-2.0
DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
DEPENDS+= p5-Devel-GlobalDestruction-[0-9]*:../../devel/p5-Devel-GlobalDestruction
DEPENDS+= p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3
DEPENDS+= p5-Dist-CheckConflicts>=0.02:../../devel/p5-Dist-CheckConflicts
DEPENDS+= p5-Params-ValidationCompiler-[0-9]*:../../devel/p5-Params-ValidationCompiler
DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio
TEST_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
TEST_DEPENDS+= p5-Test-Needs-[0-9]*:../../devel/p5-Test-Needs
PERL5_PACKLIST= auto/Log/Dispatch/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"