pkgsrc/databases/p5-DBIx-Class-Fixtures/Makefile
sno 53f9ed3ec3 Updating databases/p5-DBIx-Class-Fixtures from 1.001003nb1 to 1.001009
pkgsrc changes:
- Adjusting dependencies

Upstream changes:
1.001009
- Force operations to work inside a transaction so with_deferred_fks actually works.

1.001008
- Man, I should test better.

1.001007
- Should use Schema->source(), not ->resultset().

1.001006
- Schema->resultset() throws an exception, not return undef, when it can't find
  a moniker.

1.001005
- Fixed problem where rules containing an override of has_many weren't applied
  correctly.

1.001004
- Fixed problem where descending a has_many to something with two belongs_to
  relationships wouldn't get the second belongs_to.
2010-01-26 12:13:32 +00:00

37 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.6 2010/01/26 12:13:32 sno Exp $
DISTNAME= DBIx-Class-Fixtures-1.001009
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"