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
    12# $Id: Portfile 105830 2013-05-07 15:04:55Z macsforever2000@macports.org $
    23
    34PortSystem          1.0
    45PortGroup           perl5 1.0
    56
    6 perl5.branches      5.8 5.10 5.12 5.14 5.16
    7 perl5.setup         Archive-Zip 1.30
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
     8perl5.setup         Archive-Zip 1.37
    89
     10platforms           darwin
    911maintainers         markd
     12license             {Artistic-1 GPL}
     13
     14supported_archs     noarch
     15
    1016description         Interface to zip archive files
    1117long_description    Allows a Perl program to create, manipulate, read, \
    1218                    and write Zip archive files.
    1319
    14 platforms           darwin
    15 license             {Artistic-1 GPL}
    16 
    17 checksums           rmd160  2a26be69f356c4ccc75712c04b578ea65e0b6a89 \
    18                     sha256  f8b472ff77b7238e423bcb351968accc562f9d20700fbf2d8ed2a65fa0fa6318
     20checksums           rmd160  ae33bb98fb0338c6a7b4a347b1b8d781810b1a3a \
     21                    sha256  ba789436dc82db02a7f3d2e9d120d0221edc83d8c7ec72519648ae64bbc4ce05
    1922
    2023if {${perl5.major} != ""} {
    2124    depends_lib-append  port:p${perl5.major}-io-compress
    2225}
    23 
    24 supported_archs noarch