d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
20 lines
677 B
Makefile
20 lines
677 B
Makefile
# $NetBSD: Makefile,v 1.16 2013/05/31 12:40:28 wiz Exp $
|
|
|
|
DISTNAME= Log-Dispatch-FileRotate-1.19
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
COMMENT= Perl5 module to log to files which archive/rotate themselves
|
|
|
|
DEPENDS+= p5-Date-Manip>=5.0:../../devel/p5-Date-Manip
|
|
DEPENDS+= p5-Log-Dispatch>=2.08:../../devel/p5-Log-Dispatch
|
|
DEPENDS+= p5-Params-Validate>=0.15:../../devel/p5-Params-Validate
|
|
DEPENDS+= p5-Log-Log4perl>=1:../../devel/p5-Log-Log4perl
|
|
|
|
PERL5_PACKLIST= auto/Log/Dispatch/FileRotate/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|