pkgsrc/databases/ruby-data_objects/Makefile
taca ef4bf964d3 Update ruby-data_objects to 0.10.15.
## 0.10.15 2015-02-15

* Ruby 2.2 support
* Double after free fix in do\_postgres
* utf8mb4 support on do\_mysql
* Windows support on 2.1.x and 2.2.x
2015-02-17 14:47:34 +00:00

14 lines
409 B
Makefile

# $NetBSD: Makefile,v 1.10 2015/02/17 14:47:34 taca Exp $
DISTNAME= data_objects-0.10.15
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"