# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $
PortSystem 1.0
PortGroup perl5 1.0

perl5.setup		IO-stringy 2.110
maintainers		nomaintainer
description		I/O on in-core objects like strings and arrays
long_description	This toolkit primarily provides modules for \
					performing both traditional and object-oriented i/o \
					on things *other* than normal filehandles, in \
					particular, IO::Scalar, IO::ScalarArray, and \
					IO::Lines.
checksums		md5 2e6a976cfa5521e815c1fdf4006982de
platforms		darwin

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