# $Id: Portfile 84447 2011-09-26 12:28:46Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         IO-String 1.08
revision            2
license             {Artistic-1 GPL}
maintainers         email.arc.nasa.gov:sal
description         Emulate file interface for in-core strings
long_description    The IO::String module provides the IO::File interface \
                    for in-core strings. An IO::String object can be \
                    attached to a string, and makes it possible to use the \
                    normal file operations for reading or writing data, as \
                    well as for seeking to various locations of the string. \
                    This is useful when you want to use a library module \
                    that only provides an interface to file handles on data \
                    that you have in a string variable.
platforms           darwin
checksums           md5 250e5424f290299fc3d6b5d1e9da3835

supported_archs noarch
