f1ce71e3f1
- added dependency to Log4Perl >=1.0 Changelog: 1.19 Tue Oct 21 2008 - Added patch from MS to solve bug 39900. Basically logs appearing slower than a recurrance cause the module to keep rotating logs. We now jump forward to the right recurrance interval. Thanks to the people at Yahoo who discovered it. - Updated dependancy on Log4Perl to 1.0
21 lines
698 B
Makefile
21 lines
698 B
Makefile
# $NetBSD: Makefile,v 1.11 2008/11/11 08:50:19 rhaen Exp $
|
|
|
|
DISTNAME= Log-Dispatch-FileRotate-1.19
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
COMMENT= Perl5 module to log to files which archive/rotate themselves
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Date-Manip>=5.0:../../devel/p5-Date-Manip
|
|
DEPENDS+= p5-Log-Dispatch>=2.08:../../devel/p5-Log-Dispatch
|
|
DEPENDS+= p5-Params-Validate>=0.15:../../devel/p5-Params-Validate
|
|
DEPENDS+= p5-Log-Log4perl>=1:../../devel/p5-Log-Log4perl
|
|
|
|
PERL5_PACKLIST= auto/Log/Dispatch/FileRotate/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|