56a4000cd5
Changelog: 1.31 (2010/10/27) * (ms) Fixed the number of skipped tests for Windows for previous fix of [RT 60665].
23 lines
609 B
Makefile
23 lines
609 B
Makefile
# $NetBSD: Makefile,v 1.16 2010/12/17 18:34:55 rhaen Exp $
|
|
#
|
|
|
|
DISTNAME= Log-Log4perl-1.31
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://log4perl.sourceforge.net/
|
|
COMMENT= Log4j implementation for Perl
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Log/Log4perl/.packlist
|
|
PKG_DESTDIR_SUPPORT=user-destdir
|
|
|
|
REPLACE_PERL+= lib/Log/Log4perl/Layout/PatternLayout/Multiline.pm
|
|
|
|
post-extract:
|
|
${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|