pkgsrc/databases/p5-DBIx-Class-TimeStamp/Makefile
sno 1f8b9ef669 pkgsrc changes:
- Updating package of p5 module DBIx::Class::TimeStamp from 0.08 to 0.12
  - Adjusting license to perl's license according to META.yml
  - Adjusting dependencies according to META.yml

Upstream changes:
0.12 2009-06-30 22:25:17
    - Ship with a pregenerated sql schema for the tests to avoid the test
      dependency on SQL-Translator.

0.11 2009 07-32 14:43:00
    - Make sure tests run at the 'top' of the second to reduce pointless
      errors resulting when your test time crosses the second limit.

0.10 2009 07-32 13:55:00
    - Restored the MySQL formatter to the build requires to silence test
      failures.

0.09 2009 07-21 20:45:00
    - Changed some dependencies in the Makefile.PL so that we find the correct
      datetime formatter class for the SQLite testing
2009-07-07 18:03:35 +00:00

30 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.6 2009/07/07 18:03:35 sno Exp $
DISTNAME= DBIx-Class-TimeStamp-0.12
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-TimeStamp/
COMMENT= DBIx::Class component to automatically handle timestamp fields
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_MODULE_TYPE= Module::Install
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/DBIx/Class/TimeStamp/.packlist
BUILD_DEPENDS+= p5-Class-Accessor-Grouped-[0-9]*:../../devel/p5-Class-Accessor-Grouped
BUILD_DEPENDS+= p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL
BUILD_DEPENDS+= p5-DateTime-Format-SQLite-[0-9]*:../../time/p5-DateTime-Format-SQLite
BUILD_DEPENDS+= {perl>=5.10,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes
BUILD_DEPENDS+= p5-Time-Warp-[0-9]*:../../time/p5-Time-Warp
DEPENDS+= p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class
DEPENDS+= p5-DBIx-Class-DynamicDefault-[0-9]*:../../databases/p5-DBIx-Class-DynamicDefault
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"