6600a9046a
from 2.35nb1 to 2.40. pkgsrc changes: - adjust license - adjust dependencies Upstream changes: 2.40 2013-07-01 - Added a conflict entry for older Log::Dispatch::File::Stamped to the metadata. Patch by Karen Etheridge. 2.39 2013-04-21 - You can now pass a port option to the MailSender output. Patch by Whitney Jackson. 2.38 2013-04-14 - Fix test that used undeclared prereqs so it does not do that. 2.37 2013-04-14 - Moved Log::Dispatch::File constructor parameter validation moved to _basic_init() to facilitate proper subclassing. Patch by ether. RT #84545. 2.36 2013-04-08 - Added a very simple Log::Dispatch::Code output. This lets you log to a subroutine reference. - Added Sys::Syslog 0.25 as a prereq. This is a temporary fix to the problem of Log::Dispatch shipping lots of output modules with undeclared prereqs (so as not to require mod_perl, four email sending modules, etc.). In the future Log::Dispatch will be split into a core distro and a set of distros, one for each output that has prereqs. Reported by Michael Schwern. RT #84481.
22 lines
730 B
Makefile
22 lines
730 B
Makefile
# $NetBSD: Makefile,v 1.40 2013/07/03 06:17:38 sno Exp $
|
|
|
|
DISTNAME= Log-Dispatch-2.40
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ldi
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
|
|
|
MAINTAINER= rhaen@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-Class-Load-[0-9]*:../../devel/p5-Class-Load
|
|
DEPENDS+= p5-Dist-CheckConflicts>=0.02:../../devel/p5-Dist-CheckConflicts
|
|
DEPENDS+= p5-Params-Validate>=0.15:../../devel/p5-Params-Validate
|
|
# Sys::Syslog >= 0.25 is in Perl core since 5.10.1
|
|
|
|
PERL5_PACKLIST= auto/Log/Dispatch/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|