# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

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

depends_lib-append  port:p5-io-compress

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