06793710ba
- package no longer uses Module::Build Changelog: 2.28 2010-12-13 - The Log::Dispatch module still had version 2.26 in the last release. Reported by Øyvind Skaar. RT #63876. 2.27 2010-10-16 - Fix docs on handling of arrays passed to ->debug, ->error, etc. Requested by Andrew Hanenkamp. RT #61400. - Allow an arrayref for the Syslog socket option. Requested by Paul Bennett. RT #57631. - License is now Artistic 2.0
20 lines
614 B
Makefile
20 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.31 2010/12/17 18:30:10 rhaen Exp $
|
|
|
|
DISTNAME= Log-Dispatch-2.28
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ldi
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DR/DROLSKY/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch/
|
|
COMMENT= Perl module for logging messages to multiple outputs
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
DEPENDS+= p5-Params-Validate>=0.15:../../devel/p5-Params-Validate
|
|
|
|
PERL5_PACKLIST= auto/Log/Dispatch/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|