pkgsrc/devel/p5-Log-Dispatch-DBI/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

22 lines
604 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:12 jlam Exp $
DISTNAME= Log-Dispatch-DBI-0.02
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
MAINTAINER= tech-pkg@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"