# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem	1.0
PortGroup	perl5 1.0

categories	perl mail
platforms       darwin
perl5.setup	Mail-Sendmail 0.79
license	DFSG-Approved
maintainers	jmr openmaintainer
description	Simple platform independent e-mail from perl scripts.
long_description Simple platform independent e-mail from your perl \
		script. Only requires Perl 5 and a network connection. \
		Mail::Sendmail contains mainly &sendmail, which takes a \
		hash with the message to send and sends it. It is \
		intended to be very easy to setup and use.

checksums	md5 038f261afd091d8fad347d6c66d2833d \
		sha1 606d1dc108fad8ec962062b8dbdee0f7dfa82329 \
		rmd160 6f593aecbbffed43c592e58d8dd2c342d70c8e93

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