# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.16 5.18 5.20 5.22
perl5.setup         Compress-Raw-Bzip2 2.068
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  b923cc0295847644aebe0600424ad52d82207193 \
                    sha256  0f63f9e0a2d10e960714c8e0b9f99f5edd576868d1b75fc06f74b27b3b2a149a

# 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).