5dcdff8a13
## 0.10.17 2016-01-24 * Enable CI with Ruby 2.3 * Improve utf8mb4 support in do\_mysql * Fix memory leak in do\_mysql and do\_postgres * Support for MySQL 5.7 in do\_mysql * Fix bug with DateTime and wrong timezone offsets * Fix compilation on JRuby 9000
14 lines
409 B
Makefile
14 lines
409 B
Makefile
# $NetBSD: Makefile,v 1.12 2016/02/16 14:24:15 taca Exp $
|
|
|
|
DISTNAME= data_objects-0.10.17
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/datamapper/do
|
|
COMMENT= DataObjects basic API and shared driver specifications
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.1<3:../../net/ruby-addressable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|