pkgsrc/databases/p5-DBD-mysql/Makefile
wen 4d89ee0002 Update to 4.033
Upstream changes:
2015-10-26 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.033)
* Full-release to include 03.

2015-10-25 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.032_03)
* Use mysql_get_option to read net_buffer_length and mysql_get_parameter
   where available, needed for MySQL 5.7.9. Patch from berntm @ Oracle.
   https://github.com/perl5-dbi/DBD-mysql/pull/42
* Fix mysql_conn_attrs test when run against MySQL 5.1 server.
* Fix for memory leak to $sth->{ParamValues} , RT83051
    https://rt.cpan.org/Public/Bug/Display.html?id=83051
* Fixes for running test suite on MySQL 5.7.
* Fix running test suite with InnoDB disabled, reported by bor.
2015-12-31 03:23:31 +00:00

24 lines
664 B
Makefile

# $NetBSD: Makefile,v 1.62 2015/12/31 03:23:31 wen Exp $
DISTNAME= DBD-mysql-4.033
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DBD-mysql/
COMMENT= Perl DBI/DBD driver for MySQL databases
LICENSE= ${PERL5_LICENSE}
#DEPENDS+= p5-Data-ShowTable>=3.3:../../devel/p5-Data-ShowTable
PERL5_PACKLIST= auto/DBD/mysql/.packlist
REPLACE_PERL= lib/DBD/mysql.pm
MAKE_PARAMS+= --nocatchstderr
.include "../../databases/p5-DBI/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/mysql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"