# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Archive-Zip 1.23
revision            2
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

checksums           md5 7ffcbdc1b603307235fb8d42084cb84d

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

supported_archs noarch
