pkgsrc/databases/p5-Ima-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
689 B
Makefile

# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:07 jlam Exp $
#
DISTNAME= Ima-DBI-0.33
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5idi
PKGREVISION= 2
CATEGORIES= perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/T/TM/TMTM/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Ima-DBI/
COMMENT= Perl5 module for DB connection caching and organization
DEPENDS+= p5-DBI>=1.20:../../databases/p5-DBI
DEPENDS+= p5-Class-WhiteHole>=0.03:../../devel/p5-Class-WhiteHole
DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
PERL5_PACKLIST= auto/Ima/DBI/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"