# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Archive-Zip 1.68 ../../authors/id/P/PH/PHRED

platforms           {darwin any}
maintainers         nomaintainer
license             {Artistic-1 GPL}

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

checksums           rmd160  6f534d3c8a05a742c5a35a79f5bdccc3e88aef67 \
                    sha256  984e185d785baf6129c6e75f8eb44411745ac00bf6122fb1c8e822a3861ec650 \
                    size    163490

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-compress-raw-zlib \
                    port:p${perl5.major}-encode

    supported_archs noarch
}
