# $Id: Portfile 98564 2012-10-08 22:28:33Z jmr@macports.org $

PortSystem           1.0
PortGroup            perl5 1.0

perl5.branches       5.8 5.10 5.12 5.14 5.16
perl5.setup          perl-ldap 0.36
revision             3
license              {Artistic-1 GPL}
maintainers          markd openmaintainer
description          A client interface to LDAP servers
long_description     ${description}
platforms            darwin
checksums            md5 7bf59f7de52fc07cc8c1a7fd354e583f

master_sites        http://www.cpan.org/modules/by-authors/Graham_Barr

if {${perl5.major} != ""} {
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-ssl \
                    port:p${perl5.major}-xml-parser \
                    port:p${perl5.major}-xml-sax-writer

supported_archs noarch
}
