The 'Log::Handler' is a object oriented handler for logging, tracing and debugging. It is very easy to use and provides a simple interface for multiple output objects with lots of configuration parameters. You can easily filter the amount of logged information on a per-output base, define priorities, create patterns to format the messages and reload the complete logging machine.
31 lines
1 KiB
Makefile
31 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/03/08 11:23:30 fhajny Exp $
|
|
#
|
|
|
|
DISTNAME= Log-Handler-0.72
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Log-Handler/
|
|
COMMENT= Log messages to several outputs
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Config-General>=0:../../devel/p5-Config-General
|
|
DEPENDS+= p5-Config-Properties>=0:../../devel/p5-Config-Properties
|
|
DEPENDS+= p5-DBI>=0:../../databases/p5-DBI
|
|
DEPENDS+= p5-Email-Date>=0:../../mail/p5-Email-Date
|
|
DEPENDS+= p5-PathTools>=0:../../devel/p5-PathTools
|
|
DEPENDS+= p5-Params-Validate>=0:../../devel/p5-Params-Validate
|
|
DEPENDS+= p5-Test-Simple>=0:../../devel/p5-Test-Simple
|
|
DEPENDS+= p5-Time-HiRes>=0:../../time/p5-Time-HiRes
|
|
DEPENDS+= p5-YAML>=0:../../textproc/p5-YAML
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Log/Handler/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|