pkgsrc/devel/p5-Log-Dispatch-Array/Makefile
sno cd6cb63c09 Importing package for Perl 5 module Log::Dispatch::Array version 1.001
from CPAN into devel/p5-Log-Dispatch-Array.

This 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.
2012-07-05 13:26:30 +00:00

22 lines
637 B
Makefile

# $NetBSD: Makefile,v 1.1 2012/07/05 13:26:30 sno Exp $
DISTNAME= Log-Dispatch-Array-1.001
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch-Array/
COMMENT= Perl 5 module to log events to an array
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Log-Dispatch-[0-9]*:../../devel/p5-Log-Dispatch
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
PERL5_PACKLIST= auto/Log/Dispatch/Array/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"