12d5f65a81
=== Net::LDAP 0.3.1 / 2012-02-15 * Bug Fixes: * Bundler should now work again === Net::LDAP 0.3.0 / 2012-02-14 * Major changes: * Now uses UTF-8 strings instead of ASCII-8 per the LDAP RFC Major Enhancements: * Adding continuation reference processing * Bug Fixes: * Fixes usupported object type #139 * Fixes Net::LDAP namespace errors * Return nil instead of an empty array if the search fails
12 lines
292 B
Makefile
12 lines
292 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/03/17 16:57:17 taca Exp $
|
|
|
|
DISTNAME= net-ldap-0.3.1
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://net-ldap.rubyforge.org/
|
|
COMMENT= Client access for the LDAP
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|