c1d9c09c4c
Exact changes nor release note isn't available but several bug fixes and better support for Ruby 2.1. For more information, please refer commit log <https://github.com/brianmario/mysql2/commits/master>.
14 lines
372 B
Makefile
14 lines
372 B
Makefile
# $NetBSD: Makefile,v 1.7 2014/03/14 15:00:07 taca Exp $
|
|
#
|
|
|
|
DISTNAME= mysql2-0.3.15
|
|
CATEGORIES= databases ruby
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
HOMEPAGE= http://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"
|