80123ceead
0.4.9 2017/08/11 Bug Fixes * Fixed enable_cleartext_plugin mode (#874) * Prepared statements should handle booleans properly (#871)
14 lines
373 B
Makefile
14 lines
373 B
Makefile
# $NetBSD: Makefile,v 1.17 2017/08/18 10:15:32 taca Exp $
|
|
#
|
|
|
|
DISTNAME= mysql2-0.4.9
|
|
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"
|