pkgsrc/databases/p5-Jifty-DBI/Makefile
mef 9fbcc18fb0 Update 0.74 to 0.77
0.77 2013-12-01
    * Fix for perl 5.19.4 parsing of @{ foo { ... } }
    * Fix signature

0.76 2013-06-17
    * Provide source repository info in metadata
    * Default Cached::Memcached dependency off on Windows due to known build problems

    Thanks to Alexandr Ciornii for both.

0.75 2013-01-29
- Bug fixes:
    * backport a sort order fix for Pg handles from Searchbuilder
    * Work around Pg's sub-second formatting and DateTime::Parser::ISO8601
    * Don't attempt to filter, eq-check, validate, or otherwise munge functions

- Tests:
    * Fix failures on 5.17.6, reported as [rt.cpan.org #82978]
    * Update test to account for the ported bug fix in f9439a0

- Cleanup:
    * remove a useless wrapper function

- Documentation:
    * SPROUT points out that the second fix in 0.73 is actually a run-time
      error, of course
2014-12-12 04:51:06 +00:00

44 lines
2.1 KiB
Makefile

# $NetBSD: Makefile,v 1.16 2014/12/12 04:51:06 mef Exp $
DISTNAME= Jifty-DBI-0.77
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Jifty/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Jifty-DBI/
COMMENT= Perl 5 object-relational persistence framework
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Jifty/DBI/.packlist
DEPENDS+= p5-Cache-Memcached-[0-9]*:../../devel/p5-Cache-Memcached
DEPENDS+= p5-Cache-Simple-TimedExpiry>=0.21:../../devel/p5-Cache-Simple-TimedExpiry
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
DEPENDS+= p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable
DEPENDS+= p5-Class-ReturnValue>=0.40:../../devel/p5-Class-ReturnValue
DEPENDS+= p5-Class-Trigger>=0.12:../../devel/p5-Class-Trigger
DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
BUILD_DEPENDS+= p5-DBD-SQLite>=1.14:../../databases/p5-DBD-SQLite
DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
DEPENDS+= p5-DBIx-DBSchema>=0.34:../../databases/p5-DBIx-DBSchema
DEPENDS+= p5-Data-Page-[0-9]*:../../devel/p5-Data-Page
DEPENDS+= p5-DateTime-Format-ISO8601-[0-9]*:../../time/p5-DateTime-Format-ISO8601
DEPENDS+= p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strptime
DEPENDS+= p5-DateTime>=0.34:../../time/p5-DateTime
DEPENDS+= {perl>=5.8.7,p5-Encode>=2.10}:../../textproc/p5-Encode
DEPENDS+= p5-Exporter-Lite-[0-9]*:../../devel/p5-Exporter-Lite
DEPENDS+= p5-Hash-Merge-[0-9]*:../../devel/p5-Hash-Merge
DEPENDS+= p5-Lingua-EN-Inflect-[0-9]*:../../textproc/p5-Lingua-EN-Inflect
DEPENDS+= p5-Object-Declare>=0.22:../../devel/p5-Object-Declare
DEPENDS+= p5-Scalar-Defer>=0.10:../../devel/p5-Scalar-Defer
BUILD_DEPENDS+= p5-Test-Warn>=0.10:../../devel/p5-Test-Warn
DEPENDS+= p5-Time-Duration-Parse>=0.06:../../time/p5-Time-Duration-Parse
DEPENDS+= p5-Time-Duration-[0-9]*:../../time/p5-Time-Duration
DEPENDS+= p5-UNIVERSAL-require>=0.11:../../devel/p5-UNIVERSAL-require
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"