# $Id: Portfile 128808 2014-11-27 17:05:13Z 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-via-Bzip2 0.02 
revision        3
maintainers		geeklair.net:dluke openmaintainer
description		This is a PerlIO layer for handling bzip2 compressed files (used by svk).
license			{Artistic-1 GPL}

long_description	${description}

platforms		darwin
checksums		md5 1ec8c4b0772301deeb1a4639b3282f09 \
			sha1 646079d0d5cbe93f8004b6fad5bc632cc38e09a7 \
			rmd160 b02506db42e2803a59f4d376951ab748c8b7adeb

if {${perl5.major} != ""} {
depends_lib-append	port:p${perl5.major}-compress-bzip2

supported_archs noarch
}
