pkgsrc/devel/p5-Log-Dispatch/Makefile
mjl 25875229af Update to 1.79.
- Don't use $, internally.  Apparently this is usually undefined.
  Instead, the convenience methods now simply take an array of messages
  and turn it into a scalar by doing "@_".
- Allow ApacheLog to take either an Apache or Apache::Server object.
- Fix callback documentation in Log::Dispatch::Output.
- Add flush method to Log::Dispatch::Email.
2001-06-06 13:18:57 +00:00

17 lines
468 B
Makefile

# $NetBSD: Makefile,v 1.2 2001/06/06 13:18:57 mjl Exp $
DISTNAME= Log-Dispatch-1.79
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
MAINTAINER= packages@netbsd.org
COMMENT= perl module for logging messages to multiple outputs
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Log/Dispatch/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"