pkgsrc/databases/p5-Class-DBI/Makefile
he b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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=...").
2008-10-19 19:17:40 +00:00

30 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.13 2008/10/19 19:17:43 he Exp $
#
DISTNAME= Class-DBI-v3.0.17
PKGNAME= p5-${DISTNAME:S:-v:-:}
PKGREVISION= 1
SVR4_PKGNAME= p5cdi
CATEGORIES= perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TM/TMTM/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Class-DBI/
COMMENT= Perl5 module for Simple Database Abstraction
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Class-Accessor>=0.18:../../devel/p5-Class-Accessor
DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
DEPENDS+= p5-Class-Trigger>=0.07:../../devel/p5-Class-Trigger
DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
DEPENDS+= p5-File-Temp>=0.12:../../devel/p5-File-Temp
DEPENDS+= p5-Ima-DBI>=0.33:../../databases/p5-Ima-DBI
DEPENDS+= p5-Storable>=2.04:../../devel/p5-Storable
DEPENDS+= p5-UNIVERSAL-moniker>=0.06:../../devel/p5-UNIVERSAL-moniker
DEPENDS+= p5-version>=0:../../devel/p5-version
PERL5_PACKLIST= auto/Class/DBI/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"