d5da6c92f2
------------------------------------------- 1.412 2017-04-06 * Release 1.411_001 without further changes as 1.412 1.411_001 2017-03-30 [Bug fixes] * Fix http://www.perlmonks.org/?node_id=1167381 (NumericEval: fix typo on error handling) (thanks to Yanick Champoux, James R. Leu) * fix repo url and t/02execute.t (Reini Urban, Mohammad S Anwar) * fix test failing with blead-perl (Jens Rehsack) [Improvements] * Refactor constraints processing (Ovidiu Gheorghies) * Support parsing of complex JOIN clause (containing OR and ()'s) (James R. Leu) * handle backtick quoting (Ben Hengst)
32 lines
914 B
Makefile
32 lines
914 B
Makefile
# $NetBSD: Makefile,v 1.48 2017/04/26 12:10:06 mef Exp $
|
|
#
|
|
|
|
DISTNAME= SQL-Statement-1.412
|
|
PKGNAME= p5-${DISTNAME}
|
|
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
|
|
DEPENDS+= p5-Math-Base-Convert>=0:../../math/p5-Math-Base-Convert
|
|
|
|
BUILD_DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep
|
|
|
|
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"
|