Log::Any::Adapter implementations to make use of Log::Any. The Log-Any-Adapter distribution implements Log::Any class methods to specify where logs should be sent. It is a separate distribution so as to keep Log::Any itself as simple and unchanging as possible.
25 lines
718 B
Makefile
25 lines
718 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/02/12 15:06:04 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Log-Any-Adapter-0.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 3
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Log-Any-Adapter/
|
|
COMMENT= Tell Log::Any where to send its logs
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Log-Any>=0.10:../../devel/p5-Log-Any
|
|
DEPENDS+= p5-Scope-Guard-[0-9]*:../../devel/p5-Scope-Guard
|
|
|
|
PERL5_PACKLIST= auto/Log/Any/Adapter/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|