# $Id: Portfile 93018 2012-05-14 04:48:25Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Archive-Tar 1.84 ../by-authors/id/B/BI/BINGOS/
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Creation and in-memory manipulation of tar files
long_description      ${description}

platforms             darwin

checksums             rmd160  cb44b2b858f943b837a57303f60f545a64be6e4a \
                      sha256  47ee8be1fb1bc45106611ac612b63ef45c010e10b3e2c54b54e8de433cd81fec

if {${perl5.major} != ""} {
    depends_lib-append    port:p${perl5.major}-io-compress \
                          port:p${perl5.major}-io-zlib \
                          port:p${perl5.major}-package-constants
}

supported_archs       noarch
