# -*- 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 IO-Zlib 1.15 revision 0 license {Artistic-1 GPL} maintainers nomaintainer description IO::-style interface to Compress::Zlib long_description This modules provides an IO:: style interface to the \ Compress::Zlib package. The main advantage is that you \ can use an IO::Zlib object in much the same way as an \ IO::File object so you can have common code that doesn't \ know which sort of file it is using. platforms {darwin any} supported_archs noarch checksums rmd160 474b12c1394f7a80f2efe340e52e03126e3924c6 \ sha256 7ad887792e37cc3ffd64681a3e7483c5f789b44a033f340bc771e45832ebff32 \ size 12111 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-io-compress }