pkgsrc/databases/p5-DBIx-Class-Fixtures/Makefile
seb c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

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=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00

37 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.8 2010/08/21 16:32:59 seb Exp $
DISTNAME= DBIx-Class-Fixtures-1.001010
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DBIx-Class-Fixtures/
COMMENT= Perl 5 module to handle databases fixtures using DBIx::Class schema
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Class-Accessor-Grouped>=0.06:../../devel/p5-Class-Accessor-Grouped
DEPENDS+= p5-Config-Any>=0.08:../../devel/p5-Config-Any
DEPENDS+= p5-DBIx-Class>=0.0.08102:../../databases/p5-DBIx-Class
DEPENDS+= p5-DBIx-Class-Schema-Loader>=0.04006:../../databases/p5-DBIx-Class-Schema-Loader
DEPENDS+= p5-Data-Dump-Streamer>=2.05:../../devel/p5-Data-Dump-Streamer
DEPENDS+= p5-Data-Visitor>=0.15:../../devel/p5-Data-Visitor
DEPENDS+= p5-DateTime>=0.41:../../time/p5-DateTime
DEPENDS+= p5-DateTime-Format-MySQL>=0.04:../../time/p5-DateTime-Format-MySQL
DEPENDS+= p5-DateTime-Format-Pg-[0-9]*:../../time/p5-DateTime-Format-Pg
DEPENDS+= p5-DateTime-Format-SQLite>=0.10:../../time/p5-DateTime-Format-SQLite
DEPENDS+= p5-File-Copy-Recursive>=0.35:../../sysutils/p5-File-Copy-Recursive
DEPENDS+= p5-Hash-Merge>=0.10:../../devel/p5-Hash-Merge
DEPENDS+= p5-Path-Class>=0.16:../../devel/p5-Path-Class
# YAML::Syck 0.88 provides JSON::Syck 0.26
DEPENDS+= p5-YAML-Syck>=0.88:../../textproc/p5-YAML-Syck
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/DBIx/Class/Fixtures/.packlist
PERL5_MODULE_TYPE= Module::Install
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"