pkgsrc/databases/p5-DBIx-Class-Fixtures/Makefile
hiramatsu 29e67471a3 Update p5-DBIx-Class-Fixtures to 1.001013.
Changes from previous:
1.001013
- fixed functionality in last release by more deeply cloning parameters, which
  prevents bad things when parameters get deleted in the wrong places.  Also
  be sure we clear state properly after a dump.

1.001012
- Added new method 'available_config_sets' which returns and caches a list of
  all the json set configs found in the 'config_dir' directory.  This was added
  to make it easier when you need to dump all the fixtures programatically.
- Added method 'dump_config_sets' to let you dump more than one set at a time
  more easily
- Added method 'dump_all_config_sets' which helps automate dumping all your
  current config sets to a directory.

1.001011
- Added an excludes resultsource option to the ->dump({all=>1,...}) feature
- Allow you to directly set a configuration via a Perl HashRef instead of a
  JSON file.  Useful for testing and when you have simple or generated configs.
- New option to force use of ->create rather than ->populate.
- Fixed a bug in the test suite that would fail on certain JSON parsers
2011-10-21 04:03:40 +00:00

36 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.10 2011/10/21 04:03:40 hiramatsu Exp $
DISTNAME= DBIx-Class-Fixtures-1.001013
PKGNAME= p5-${DISTNAME}
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"