# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 103503 2013-02-27 12:55:05Z davidnichols@macports.org $

PortSystem          1.0

name                qore-openldap-module
version             1.0
use_bzip2           yes
categories          lang
license             LGPL-2.1
maintainers         davidnichols
description         openldap module for Qore
long_description    Module providing an LDAP API to Qore
homepage            http://qore.org
platforms           darwin
master_sites        sourceforge:qore

checksums           md5 5c63e64652046d7c1d7a9d33c57d74a7 \
                    sha1 8aefbf1cc848cab8302df0ed4a19a8b78187c90f \
                    rmd160 410481ac442ac4903b8e30c5d7084721b266e2da

depends_lib         port:qore \
                    port:openldap

configure.args      --disable-debug
