# $Id: Portfile 105830 2013-05-07 15:04:55Z macsforever2000@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Archive-Zip 1.30

maintainers         markd
description         Interface to zip archive files
long_description    Allows a Perl program to create, manipulate, read, \
                    and write Zip archive files.

platforms           darwin
license             {Artistic-1 GPL}

checksums           rmd160  2a26be69f356c4ccc75712c04b578ea65e0b6a89 \
                    sha256  f8b472ff77b7238e423bcb351968accc562f9d20700fbf2d8ed2a65fa0fa6318

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

supported_archs noarch
