pkgsrc/databases/ruby-mysql2/Makefile
taca 045585146b databases/ruby-mysql2: update to 0.5.1
0.5.1 (2018/04/11)

New Features

* None

Bug Fixes

* Fix with --with-mysql-dir (#952)
* Prevent command out of sync errors with Prepared Statements (#956, #957, #958)

Changes

* Specs: Use the prepared statement performance schema if available (#960)
* README mysql2 0.5.x works with Rails 5.0.7, 5.1.6, and higher
* README be sure to read about the known limitations of prepared statements
2018-05-05 14:15:48 +00:00

14 lines
373 B
Makefile

# $NetBSD: Makefile,v 1.20 2018/05/05 14:15:48 taca Exp $
#
DISTNAME= mysql2-0.5.1
CATEGORIES= databases ruby
MAINTAINER= taca@NetBSD.org
HOMEPAGE= https://github.com/brianmario/mysql2/
COMMENT= Simple, fast Mysql library for Ruby, binding to libmysql
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/mysql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"