b021813da0
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
20 lines
531 B
Makefile
20 lines
531 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/10/19 19:17:56 he Exp $
|
|
#
|
|
|
|
DISTNAME= Log-Log4perl-1.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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"
|