# -*- 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 PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup Compress-Raw-Bzip2 2.212 ../../authors/id/P/PM/PMQS revision 0 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. checksums rmd160 46077a5fa7667f98f16e96b802c4c84733a697e2 \ sha256 6caeee843c428f45fa9646ea98dc675470db63dbac0ee3e2d8e9ee4eb58a856d \ size 218037 if {${perl5.major} ne ""} { depends_build-append \ port:p${perl5.major}-test-cpan-meta \ port:p${perl5.major}-test-cpan-meta-json \ port:p${perl5.major}-test-pod perl5.link_binaries no } # builds using embedded bzip2 source, no external dependency required