ac90999de2
When running testcases, you probably want to see some of your logging output. One sensible approach is to have all warn and more serious messages emitted as diag output on STDERR, and less serious messages emitted as note comments on STDOUT.
19 lines
625 B
Makefile
19 lines
625 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/08/24 23:36:41 markd Exp $
|
|
|
|
DISTNAME= Log-Any-Adapter-TAP-0.003003
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NE/NERDVANA/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Log-Any-Adapter-TAP
|
|
COMMENT= Logging adapter suitable for use in TAP testcases
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Log-Any-[0-9]*:../../devel/p5-Log-Any
|
|
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
|
|
|
|
PERL5_PACKLIST= auto/Log/Any/Adapter/TAP/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|