# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0
perl5.setup         IO-String 1.08
revision            0
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

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