88fda9d281
The "Log::Dispatch::Perl" module offers a logging alternative using standard Perl core functions. It allows you to fall back to the common Perl alternatives for logging, such as "warn" and "cluck". It also adds the possibility for a logging action to halt the current environment, such as with "die" and "croak".
20 lines
545 B
Makefile
20 lines
545 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/04/21 11:49:07 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= Log-Dispatch-Perl-0.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch-Perl/
|
|
COMMENT= TODO: Short description of the package
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Log-Dispatch>=1.16:../../devel/p5-Log-Dispatch
|
|
|
|
PERL5_PACKLIST= auto/Log/Dispatch/Perl/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|