# -*- 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 116765 2014-02-06 16:52:52Z macsforever2000@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

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

platforms           darwin
maintainers         markd
license             {Artistic-1 GPL}

supported_archs     noarch

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

checksums           rmd160  ae33bb98fb0338c6a7b4a347b1b8d781810b1a3a \
                    sha256  ba789436dc82db02a7f3d2e9d120d0221edc83d8c7ec72519648ae64bbc4ce05

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