1cc858aeba
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).
19 lines
519 B
Makefile
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"
|