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

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           IO-Compress 2.027
maintainers           narf_tm openmaintainer
description           Perl interface to allow reading and writing of \
                      compressed data created with the zlib and bzip2 \
                      libraries.
long_description      ${description}

platforms             darwin

checksums             md5 44d83f95593fe7549a588c9b2c1992a5 \
                      sha1 64fa8a0c6f72715b0aaa89b3743d75af17f352a6 \
                      rmd160 c7af0384080819875dfc0c93a304421694cf9709

depends_lib-append    port:p5-compress-raw-bzip2 \
                      port:p5-compress-raw-zlib

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