# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem		1.0
PortGroup		perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup		PerlIO-gzip 0.18
revision        3
maintainers		geeklair.net:dluke openmaintainer
description		PerlIO::gzip provides a PerlIO layer that manipulates files in the format used by the gzip program.
license			{GPL Artistic}

long_description	${description}

platforms		darwin
checksums		md5 933fdf283a0d2739f7630420569e3b24 \
			sha1 f16b4a1710cf6a4bfdc589ab8c3b056a6d994a9d \
			rmd160 36b4991424fdfa4dbb824411cbd57f49922ad026

if {${perl5.major} != ""} {
depends_lib-append	port:zlib
}
