# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Net-SMTP_auth 0.08
maintainers         nomaintainer
distfiles           Net-SMTP_auth-${version}.tar.gz
master_sites        http://search.cpan.org/CPAN/authors/id/A/AP/APLEINER/
platforms           darwin
worksrcdir          Net-SMTP_auth-${version}

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

depends_lib-append \
	port:p5-authen-sasl \
	port:p5-digest-hmac \
	port:p5-pathtools

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
