497dcf9211
This Log::Any adapter prints log messages to screen (STDERR/STDOUT). The messages are colored according to level (unless coloring is turned off). It has a few other features: allow passing formatter, allow setting level from some environment variables, add prefix/timestamps.
20 lines
706 B
Makefile
20 lines
706 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/08/24 23:34:42 markd Exp $
|
|
|
|
DISTNAME= Log-Any-Adapter-Screen-0.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PERLANCAR/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Log-Any-Adapter-Screen
|
|
COMMENT= Send logs to screen, with colors and some other features
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Log-Any-[0-9]*:../../devel/p5-Log-Any
|
|
DEPENDS+= p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor
|
|
DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
|
|
|
|
PERL5_PACKLIST= auto/Log/Any/Adapter/Screen/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|