# $Id: Portfile 85646 2011-10-15 10:07:50Z jmr@macports.org $

PortSystem              1.0
PortGroup               perl5 1.0

perl5.setup             Authen-SASL 2.14
revision                2
license                 {Artistic-1 GPL}
maintainers             nomaintainer
description             Perl5 module for SASL authentication.
long_description        ${description}

checksums               md5     0ca755838b6fc50218d8fe63acbf5124 \
                        sha1    3a0e220cbf464b6fe069d0054342172fac51f987 \
                        rmd160  0e57da03053481015bb287f853d64a43adc7fc70

platforms               darwin

if {${perl5.major} != ""} {
    depends_lib-append	port:p${perl5.major}-gssapi port:p${perl5.major}-digest-hmac
    
    supported_archs noarch
}
