pkgsrc-wip/p5-Class-DBI-Sweet/Makefile
Hiramatsu Yoshifumi 5347f197a1 Update p5-Class-DBI-Sweet to 0.11.
Changes from previous:
----------------------
0.11 Mon Jul 25 2011
    - fix out of scope 'skip_alls' in tests [ishigaki]

0.10 Mon Aug 03 20:20:18 PST 2009
    - SQL::Abstract 1.55 compatibility, Damyan Ivanov

0.09 Sun Dec 23 23:51:36 PST 2007
    - fix spelling error which resulted in broken POD link, Jonas B. Nielsen
    - check for Cache::MemoryCache and skip tests if not present, Rhesa Rozendaal
    - fix 'bizzare copy of HASH in leave' issue, David Morgan, Randal Schwartz

    - mutiple trigger registration in one add_trigger() call is deprecated,
      update test 11 to reflect that, Bill Moseley <moseley@hank.org>

    - indent subroutines and perltidy for easy reading
    - new maintainer Fred Moyer <fred@redhotpenguin.com>

0.08  Tue Dec 14 12:13:00 2005
	- I mean, v3.0.12 ;-)
	- Also, /ge

0.07  Mon Dec 12 10:37:00 2005
        - Updated to work properly with Class::DBI v3.1.2

0.06
        - Moved UUID check to only die if user has selected uuid as their
          sequence

        - Provide a way to use named custom SQL fragments and which
          bits of SQL are replaced in the "%s" substitutions.  Useful
          for aggregate and GROUP BY queries.  New "attributes" added:

            sql_method : select the sql fragment used for COUNT(*)/SELECT
            statement_order : define which sql chunks and order are used
                in the "%s" substitution string.
2013-04-13 07:01:04 +00:00

27 lines
919 B
Makefile

# $NetBSD: Makefile,v 1.7 2013/04/13 07:01:04 jgoamakf Exp $
DISTNAME= Class-DBI-Sweet-0.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/P/PH/PHRED/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/dist/Class-DBI-Sweet/
COMMENT= Extra sweet features for Class::DBI
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-DBI>=0.96:../../databases/p5-Class-DBI
DEPENDS+= p5-Data-Page>=0:../../devel/p5-Data-Page
DEPENDS+= p5-DBI>=0:../../databases/p5-DBI
DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
DEPENDS+= p5-SQL-Abstract>=1.17:../../databases/p5-SQL-Abstract
DEPENDS+= p5-DBD-SQLite>=1.08:../../databases/p5-DBD-SQLite
CHECK_PORTABILITY_SKIP+= script/import-cdbi-tests.sh
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Class/DBI/Sweet/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"