Commit graph

4 commits

Author SHA1 Message Date
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Wen Heping
f08c0ebb89 - Update to 0.43
ChangeLog: http://cpansearch.perl.org/src/AAR/Net-LDAP-Server-0.43/Changelog
2011-08-25 11:30:12 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Wen Heping
23f12158a0 Net::LDAP::Server provides the protocol handling for an LDAP
server. You can subclass it and implement the methods you need
(see below). Then you just instantiate your subclass and call
its handle method to establish a connection with the client.

WWW: http://search.cpan.org/dist/Net-LDAP-Server/

Approved by:	miwi(mentor)
2009-10-11 07:08:11 +00:00