# -*- 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 154393 2016-10-28 22:10:07Z mojca@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Archive-Zip 1.59 ../by-authors/id/P/PH/PHRED platforms darwin maintainers nomaintainer 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 ad487baeb31adfb0c2df05ef6ab2c1646b5e31bf \ sha256 7a4b1b0aa43ae7231bb3212e86ab6b538725625df06e82772c3da24c8b26e75d if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-mockmodule depends_lib-append \ port:p${perl5.major}-compress-raw-zlib }