748c4863d4
== v0.17.0 [2013-09-15] Michael Granger <ged@FaerieMUD.org> Bugfixes: - Fix crash by calling PQsend* and PQisBusy without GVL (#171). Enhancements: - Add method PG::Connection#copy_data. - Add a Gemfile to allow installation of dependencies with bundler. - Add compatibility with rake-compiler-dev-box. - Return self from PG::Result#check instead of nil. This allows to stack method calls.
18 lines
564 B
Makefile
18 lines
564 B
Makefile
# $NetBSD: Makefile,v 1.18 2013/12/08 16:50:14 taca Exp $
|
|
|
|
DISTNAME= pg-0.17.0
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://bitbucket.org/ged/ruby-pg/
|
|
COMMENT= Ruby extension for PostgreSQL
|
|
LICENSE= 2-clause-bsd OR ruby-license
|
|
|
|
RUBY_RDOC_REQD= 2.5.8
|
|
CONFIGURE_ARGS= --with-pgsql-include-dir=${PGSQL_PREFIX}/include/postgresql \
|
|
--with-pgsql-lib-dir=${PGSQL_PREFIX}/lib
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/pgsql.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|