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.
22 lines
608 B
Makefile
22 lines
608 B
Makefile
# $NetBSD: Makefile,v 1.13 2013/05/31 12:40:28 wiz Exp $
|
|
|
|
DISTNAME= Log-Dispatch-DBI-0.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 7
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Perl module for logging messages via the DBI interface
|
|
|
|
DEPENDS+= p5-DBD-CSV-[0-9]*:../../databases/p5-DBD-CSV
|
|
DEPENDS+= p5-Log-Dispatch-[0-9]*:../../devel/p5-Log-Dispatch
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/Log/Dispatch/DBI/.packlist
|
|
|
|
.include "../../databases/p5-DBI/buildlink3.mk"
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|