d4314654f2
Update ruby-net-ldap to 0.16.2. === Net::LDAP 0.16.2 * Net::LDAP#open does not cache bind result {#334}[https://github.com/ruby-ldap/ruby-net-ldap/pull/334] * Fix CI build {#333}[https://github.com/ruby-ldap/ruby-net-ldap/pull/333] * Fix to "undefined method 'result_code'" {#308}[https://github.com/ruby-ldap/ruby-net-ldap/pull/308] * Fixed Exception: incompatible character encodings: ASCII-8BIT and UTF-8 in filter.rb {#285}[https://github.com/ruby-ldap/ruby-net-ldap/pull/285]
14 lines
329 B
Makefile
14 lines
329 B
Makefile
# $NetBSD: Makefile,v 1.11 2019/12/03 13:14:21 taca Exp $
|
|
|
|
DISTNAME= net-ldap-0.16.2
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/ruby-ldap/ruby-net-ldap
|
|
COMMENT= Client access for the LDAP
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|