pkgsrc/databases/p5-SQL-Abstract/Makefile
sno d67f1115c6 Updating databases/p5-SQL-Abstract from 1.67nb1 to 1.68
pkgsrc changes:
- adjusting dependencies

Upstream changes:
revision 1.68  2010-09-16
----------------------------
    - Document methods on Tree
    - Add affordances for color coding placeholders
    - Change ::Tree::whitespace to whitespace_keyword

revision 1.67_03  2010-09-11
----------------------------
    - Add docs for SQL::Abstract::Tree->new
    - correcty merge profile and parameters
    - added fill_in_placeholders option for excellent copy/pasta

revision 1.67_02  2010-09-08
----------------------------
    - rename DBIx::Class::Storage::PrettyPrinter to
      DBIx::Class::Storage::Debug::PrettyPrint
    - decreased a lot of indentation from ::Tree
    - cleaned up handling of newlines inside of parens

revision 1.67_01  2010-09-06
----------------------------
    - Add SQL::Abstract::Tree
    - Add unindexed DBIx::Class::Storage::PrettyPrinter
    - Better documentation of undef/NULL in where clause
    - Depend on bugfixed Module::Install (now again installs
      on old < 5.8.3 perls)
2010-09-17 05:36:02 +00:00

31 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.21 2010/09/17 05:36:02 sno Exp $
#
DISTNAME= SQL-Abstract-1.68
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
SVR4_PKGNAME= p5sqa
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}
MAINTAINER= he@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/SQL-Abstract/
COMMENT= Generate SQL from Perl data structures
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Class-Accessor-Grouped>=0.09005:../../devel/p5-Class-Accessor-Grouped
DEPENDS+= p5-Hash-Merge>=0.12:../../devel/p5-Hash-Merge
DEPENDS+= {perl>=5.7.3,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
BUILD_DEPENDS+= p5-Test-Deep>=0.106:../../devel/p5-Test-Deep
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.92}:../../devel/p5-Test-Simple
BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
PERL5_PACKLIST= auto/SQL/Abstract/.packlist
PERL5_MODULE_TYPE= Module::Install
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"