db39783b64
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
14 lines
369 B
Makefile
14 lines
369 B
Makefile
################################################################################
|
|
#
|
|
# lualdap
|
|
#
|
|
################################################################################
|
|
|
|
LUALDAP_VERSION = 1.3.0-1
|
|
LUALDAP_SUBDIR = lualdap
|
|
LUALDAP_LICENSE = MIT
|
|
LUALDAP_LICENSE_FILES = $(LUALDAP_SUBDIR)/docs/license.md
|
|
LUALDAP_DEPENDENCIES = openldap
|
|
|
|
$(eval $(luarocks-package))
|