# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem		1.0
PortGroup		perl5 1.0

perl5.setup		PerlIO-via-Bzip2 0.02 
maintainers		geeklair.net:dluke
description		This is a PerlIO layer for handling bzip2 compressed files (used by svk).
long_description	${description}

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

depends_lib-append	port:p5-compress-bzip2

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
