0730c74ea8
Upstream changes: 1.38 Wed 14 26 2021 - No Changes other than SIGNATURE, v1.37 was missing SIGNATURE 1.37 Wed 58 26 2021 - Improve synopsis showing how to use it with Log::Dispatch [Github #23] - Bump minimum version of Log::Dispatch to v2.59 to address minimum List::Util indirect dependency via Specio [Github #26]
25 lines
969 B
Makefile
25 lines
969 B
Makefile
# $NetBSD: Makefile,v 1.34 2021/07/05 07:35:45 wen Exp $
|
|
|
|
DISTNAME= Log-Dispatch-FileRotate-1.38
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Perl5 module to log to files which archive/rotate themselves
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Date-Manip>=5.0:../../devel/p5-Date-Manip
|
|
DEPENDS+= p5-Log-Dispatch>=2.59:../../devel/p5-Log-Dispatch
|
|
DEPENDS+= p5-Params-Validate>=0.15:../../devel/p5-Params-Validate
|
|
DEPENDS+= p5-Log-Log4perl>=1:../../devel/p5-Log-Log4perl
|
|
# for make test
|
|
BUILD_DEPENDS+= p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
|
|
BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
|
|
BUILD_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
|
|
BUILD_DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio
|
|
|
|
PERL5_PACKLIST= auto/Log/Dispatch/FileRotate/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|