summaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2013-01-17 23:44:11 +0000
committerMatthias Andree <mandree@FreeBSD.org>2013-01-17 23:44:11 +0000
commit22d3bcf6526667b77f356c68f4eac41b5405f586 (patch)
treef839c154a82812d78d725c00c6651f10f21a6008 /net/Makefile
parent- Fix NOPORTDOCS regression [1], by installing to DESTDIR= and then installin... (diff)
LuaLDAP is a simple interface from Lua to an LDAP client.
In fact it is a bind to OpenLDAP or to ADSI. It enables a Lua program to: - connect to an LDAP server; - execute any operation (search, add, compare, delete, modify and rename); - retrieve entries and references of the search result. WWW: http://www.keplerproject.org/lualdap/ PR: 172415 Submitted by: Piotr Florczyk
Notes
Notes: svn path=/head/; revision=310576
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 185056ef3981..93b134331fa7 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -366,6 +366,7 @@
SUBDIR += lla
SUBDIR += ltm
SUBDIR += lua50-luasocket
+ SUBDIR += lualdap
SUBDIR += luasocket
SUBDIR += lvwimax
SUBDIR += mDNSResponder