8a01cd319e
0.17.1 (2022-06-07) * Fixed shebang of bash #385 * Omit some tests for now until we update our CA cert #386 * Add Ruby 3.0 support #388 * Add TruffleRuby 21.0.0 to CI #389 * Correct a typo in an error message #391 * Enable bundler caching for travis #390 * Fix circular require while loading lib/net/ldap/entry.rb and lib/net/ldap/dataset.rb #392 * Handle nil value in GetbyteForSSLSocket::getbyte #306
14 lines
329 B
Makefile
14 lines
329 B
Makefile
# $NetBSD: Makefile,v 1.14 2022/08/28 04:14:03 taca Exp $
|
|
|
|
DISTNAME= net-ldap-0.17.1
|
|
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"
|