pkgsrc/databases/p5-SQL-Statement/Makefile
sno 6b3e664ad4 Updating package for CPAN distribution SQL-Statement, providing pure Perl
implementation of an SQL engine.

pkgsrc changes:
- killing DBI build dependency - was an error introduced by the author
  for better test coverage, leads easily to circular dependency, bad stuff
  ==> kicking
- since 5.10.1 a suitable test framework is distributed with Perl5 core
  ==> no reason to mention it explicitely
- Bumping conflict DBI version to 1.622 (with 1.623 DBI::DBD::SqlEngine
  received great improve - and forces a lot of fixes in SQL::Statement
  and vice versa)

Upstream changes since 1.402:
Version 1.405, released June 17, 2013
-------------------------------------------------
[Bug fixes]
* INSERT now expands incomplete rows (Thanks to H.Merijn Brand)

Version 1.404, released May 23, 2013
-------------------------------------------------
[Bug fixes]
* re-enable cleanup test_output* after test done
* recommend Text::Soundex and do soundex-test only when have it,
  because it's going to be removed from core for Perl 5.19 (thank Merijn)

Version 1.403, released May 22, 2013
-------------------------------------------------
[Bug fixes]
* fix documentation (rt#84889 - thanks Xavier Guimard and Florian,
  rt#85257 - thanks Andreas Koenig)
2013-06-22 09:21:22 +00:00

30 lines
810 B
Makefile

# $NetBSD: Makefile,v 1.41 2013/06/22 09:21:22 sno Exp $
#
DISTNAME= SQL-Statement-1.405
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5sqs
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/SQL-Statement/
COMMENT= Small, abstract SQL engine
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Clone>=0.30:../../devel/p5-Clone
DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util
CONFLICTS+= p5-DBI<=1.622
PERL5_PACKLIST= auto/SQL/Statement/.packlist
MAKE_ENV+= SQL_STATEMENT_WARN_UPDATE=sure
#pre-configure:
# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
post-extract:
${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"