# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         IO-String 1.08
revision            3
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
