# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         IO-String 1.08
revision            4
license             {Artistic-1 GPL}
maintainers         nomaintainer
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 any}
supported_archs     noarch

checksums           rmd160  9a89f1a8189be9fccffee50790f5839e6dddeae7 \
                    sha256  2a3f4ad8442d9070780e58ef43722d19d1ee21a803bf7c8206877a10482de5a0 \
                    size    7480
