Changelog: 2013-04-12 Patrick Galbraith et open source community <patg at patg dot net> (4.023) * Fix primary_key_info result ordering - https://github.com/CaptTofu/DBD-mysql/pull/39 - Dagfinn Ilmari Mannsåker * allow compilation with msvc - https://github.com/CaptTofu/DBD-mysql/pull/37 - Walde Christian * just to set MYSQL_OPT_WRITE_TIMEOUT and MYSQL_OPT_READ_TIMEOUT by dsn - https://github.com/CaptTofu/DBD-mysql/pull/36 - Naosuke Yokoe * just remove unnecessary "my" - https://github.com/CaptTofu/DBD-mysql/pull/34 - Shoichi Kaji * eval $ExtUtils::MakeMaker::VERSION requires for old ExtUtils::MakeMaker - https://github.com/CaptTofu/DBD-mysql/pull/32 - Daisuke Murase * Updated documentation to reflect that bugs will be reported at rt.cpan.org * Updated version * Chased tail finding issue with -1 being converted to max unsigned int in PS mode
23 lines
652 B
Makefile
23 lines
652 B
Makefile
# $NetBSD: Makefile,v 1.54 2013/04/21 12:46:29 ryoon Exp $
|
|
|
|
DISTNAME= DBD-mysql-4.023
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5dmy
|
|
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
|
|
|
|
MAKE_PARAMS+= --nocatchstderr
|
|
|
|
.include "../../databases/p5-DBI/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/mysql.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|