Ticket #42229: Portfile-p5-archive-zip.diff
File Portfile-p5-archive-zip.diff, 1.4 KB (added by mf2k (Frank Schima), 11 years ago) |
---|
-
Portfile
old new 1 # -*- 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 1 2 # $Id: Portfile 105830 2013-05-07 15:04:55Z macsforever2000@macports.org $ 2 3 3 4 PortSystem 1.0 4 5 PortGroup perl5 1.0 5 6 6 perl5.branches 5.8 5.10 5.12 5.14 5.16 7 perl5.setup Archive-Zip 1.3 07 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 8 perl5.setup Archive-Zip 1.37 8 9 10 platforms darwin 9 11 maintainers markd 12 license {Artistic-1 GPL} 13 14 supported_archs noarch 15 10 16 description Interface to zip archive files 11 17 long_description Allows a Perl program to create, manipulate, read, \ 12 18 and write Zip archive files. 13 19 14 platforms darwin 15 license {Artistic-1 GPL} 16 17 checksums rmd160 2a26be69f356c4ccc75712c04b578ea65e0b6a89 \ 18 sha256 f8b472ff77b7238e423bcb351968accc562f9d20700fbf2d8ed2a65fa0fa6318 20 checksums rmd160 ae33bb98fb0338c6a7b4a347b1b8d781810b1a3a \ 21 sha256 ba789436dc82db02a7f3d2e9d120d0221edc83d8c7ec72519648ae64bbc4ce05 19 22 20 23 if {${perl5.major} != ""} { 21 24 depends_lib-append port:p${perl5.major}-io-compress 22 25 } 23 24 supported_archs noarch