ChangeLog: 2.35 2013-01-20 - Added a big warning about the potential for deadlocks in the documentation for Log::Dispatch::File::Locked (ether). 2.34 2012-12-08 - Fix a test bug that caused the tests to fail on all Perls before 5.16.0.
20 lines
611 B
Makefile
20 lines
611 B
Makefile
# $NetBSD: Makefile,v 1.38 2013/01/26 20:21:43 rhaen Exp $
|
|
|
|
DISTNAME= Log-Dispatch-2.35
|
|
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= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Class-Load-[0-9]*:../../devel/p5-Class-Load
|
|
DEPENDS+= p5-Params-Validate>=0.15:../../devel/p5-Params-Validate
|
|
|
|
PERL5_PACKLIST= auto/Log/Dispatch/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|