# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         File-Temp 0.22
maintainers         narf_tm openmaintainer
description         return name and handle of a temporary file safely
long_description    File::Temp can be used to create and open temporary files \
                    in a safe way. There is both a function interface and an \
                    object-oriented interface. The File::Temp constructor or \
                    the tempfile() function can be used to return the name \
                    and the open filehandle of a temporary file. The \
                    tempdir() function can be used to create a temporary \
                    directory.

platforms           darwin

checksums           md5 a7e93cf2015881ded1f22b5b2d0cb391 \
                    sha1 5535c96e69e5d7f433fa446b5087fe4cab1bc129 \
                    rmd160 463f3ca7e25fd6949b8b2da1bc39c31a401a953a

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