# $Id: Portfile 42344 2008-11-19 15:47:20Z narf_tm@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         File-Temp 0.21
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 d1631d9797fe11ded7cf4b93284c8c8e \
                    sha1 90d85de2255cbd853934c830bd1ec92fd380e9d2 \
                    rmd160 de57b1046b8cdfde32c5cff6230cca5154e96fd3
