# -*- 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 # $Id: Portfile 133130 2015-02-20 20:29:36Z devans@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 perl5.setup Compress-Bzip2 2.22 license {Artistic-1 GPL} maintainers nomaintainer description Perl interface to the bzip2 compression algorithms long_description ${description} platforms darwin checksums rmd160 710e8ef9c196c87bd5d4dab5c1444a4ca489bc3b \ sha256 1603e284e07953415b8eaa132698db8b03f46383f883c0902926f36eecb7e895 if {${perl5.major} != ""} { depends_lib-append \ port:bzip2 }