# $Id: Portfile 93016 2012-05-14 04:42:51Z ryandesign@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup         Compress-Raw-Bzip2 2.052
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Perl low-level interface to bzip2 compression library
long_description    Compress::Raw::Bzip2 provides an interface to the \
                    in-memory compression/uncompression functions from \
                    the bzip2 compression library for the modules \
                    IO::Compress::Bzip2 and IO::Compress::Bunzip2.
platforms           darwin

checksums           rmd160  902b7b4fa3b6abde85c406d6980cf5c48dc65749 \
                    sha256  fdea5fda185c7d64eafe774c3dd61aeaf255479e2c43d49c9b924f658b343c3f

# According to
#   http://search.cpan.org/src/PMQS/Compress-Raw-Bzip2-2.012/README
# Compress-Raw-Bzip2 doesn't depend on anything (it includes bzip2 code).
