pkgsrc/devel/p5-Log-Any-Adapter-Screen/Makefile
markd 497dcf9211 Add p5-Log-Any-Adapter-Screen 0.12
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.
2016-08-24 23:34:42 +00:00

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"