# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         perl-ldap 0.68 ../../authors/id/M/MA/MARSCHAP/
revision            1
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         A client interface to LDAP servers
long_description    {*}${description}
platforms           {darwin any}

homepage            https://metacpan.org/release/perl-ldap

checksums           rmd160  86148833336a22d93815e760bdbfd0ee31acb626 \
                    sha256  e2f389fe3e7a9e4b61488692919ad723b98f3b479b5288f610daa8c27995b351 \
                    size    318199

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-text-soundex
                
    depends_lib-append \
                    port:p${perl5.major}-convert-asn1 \
                    port:p${perl5.major}-authen-sasl \
                    port:p${perl5.major}-uri \
                    port:p${perl5.major}-digest-md5 \
                    port:p${perl5.major}-io-socket-ip \
                    port:p${perl5.major}-io-socket-ssl \
                    port:p${perl5.major}-json \
                    port:p${perl5.major}-xml-parser \
                    port:p${perl5.major}-xml-sax-writer

    supported_archs noarch
}
