# $Id: Portfile 87215 2011-11-14 06:25:02Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Net-SMTP_auth 0.08
revision            2
license             {Artistic-1 GPL}
maintainers         nomaintainer
distfiles           Net-SMTP_auth-${perl5.moduleversion}.tar.gz
master_sites        http://search.cpan.org/CPAN/authors/id/A/AP/APLEINER/
platforms           darwin
worksrcdir          Net-SMTP_auth-${perl5.moduleversion}

description \
	Perl5 SMTP client with AUTHentication

long_description \
	This module implements a client interface to the SMTP and ESMTP \
	protocol AUTH service extension, enabling a perl5 application \
	to talk to and authenticate against SMTP servers.

checksums \
	md5 23a911893c92c7c26ab9a78882691d9c \
	sha1 8beed886833a17732055df7d14fc579eea19b654 \
	rmd160 1cc6f43c592db9edb32bf1f32dfba1d0d5a70a15

if {${perl5.major} != ""} {
depends_lib-append \
	port:p${perl5.major}-authen-sasl \
	port:p${perl5.major}-digest-hmac \
	port:p${perl5.major}-pathtools

supported_archs noarch
}
