pkgsrc/devel/p5-Log-Log4perl/Makefile
rhaen 1cc858aeba updated to 1.17
ChangeLog:
1.17 (2008/07/19)
    *   (ms) Fixed test suite to run on Strawberry Perl on Win32.
    *   (ms) Added 'l4p' as a valid prefix in configuration files (equal
             to 'log4j' and 'log4perl' now).
2008-07-21 08:47:16 +00:00

19 lines
519 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/07/21 08:47:16 rhaen Exp $
#
DISTNAME= Log-Log4perl-1.17
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://log4perl.sourceforge.net/
COMMENT= Log::Log4perl - Log4j implementation for Perl
PERL5_PACKLIST= auto/Log/Log4perl/.packlist
PKG_DESTDIR_SUPPORT=user-destdir
REPLACE_PERL+= lib/Log/Log4perl/Layout/PatternLayout/Multiline.pm
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"