# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         OLE-Storage_Lite 0.17
maintainers         email.arc.nasa.gov:sal
description         Simple Class for OLE document interface
long_description    OLE::Storage_Lite allows you to read and \
                    write an OLE structured file.
homepage            http://search.cpan.org/~jmcnamara/OLE-Storage_Lite

platforms           darwin

checksums           md5 17be532d743fc0a014f7d06aea33ea63 \
                    sha1 b7dc56529be285a722864e114b1aaf09c7521540 \
                    rmd160 c2e4756953f0cdbb9248815dbf0c4b859992fbbe

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