Log::Dispatch::Array provides a Log::Dispatch log output system that appends logged events to an array reference. This is probably only useful for testing the logging of your code.
19 lines
561 B
Makefile
19 lines
561 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/03/11 13:48:49 uccwen Exp $
|
|
|
|
DISTNAME= Log-Dispatch-Array-1.001
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ldi
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch-Array/
|
|
COMMENT= Perl module for logging events to an array
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Log/Dispatch/Array/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|