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

PortSystem      1.0
PortGroup       perl5 1.0

perl5.setup     Mail-Sender 0.8.13
name		p5-mail-sender
maintainers	tcnj.edu:hagedorn
description	Module for sending mails with attachments \
		through an SMTP server
long_description  \
		  Mail-Sender provides an object oriented interface to \
		  sending mails. It doesn't need any outer program. It \
		  connects to a mail server directly from Perl, using \
		  Socket.

homepage	  http://search.cpan.org/~jenda/${distname}/
platforms	  darwin

checksums       md5 a30a7267995f7503724b3195ce9493bd\
                sha1 02733c51a7a3149df176dc1ae19225580f498b46\
		rmd160 a25a6b5271167ff3cc7d364b72452948d59b77a7

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