# $Id: Portfile,v 1.2 2006/06/07 21:47:24 narf_tm Exp $

PortSystem 1.0
PortGroup perl5 1.0
perl5.setup			File-Temp 0.16

maintainers			narf_tm@opendarwin.org
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 03d5b14528f88ef87cdf6ccbec6f37fd
