# $Id: Portfile 93017 2012-05-14 04:43:25Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           IO-Compress 2.052 IO/PMQS
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Perl interface to allow reading and writing of \
                      compressed data created with the zlib and bzip2 \
                      libraries.
long_description      ${description}

platforms             darwin

checksums             rmd160  147de597dff85c429d19e7ac024b2f930dda6b40 \
                      sha256  7e2a838acbed053822ab71d707f2ec29441ac1edbfea63b84f28aac2f56bcc9b

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-compress-raw-bzip2 \
                      port:p${perl5.major}-compress-raw-zlib

supported_archs noarch
}
