Ticket #43151: p5-email-mime-contenttype-1.017.diff

File p5-email-mime-contenttype-1.017.diff, 1.2 KB (added by nortcele, 10 years ago)

removed uneeded comment

  • 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 94655 2012-06-26 06:25:00Z jmr@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                     Email-MIME-ContentType 1.015
    8 revision            3
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
     8perl5.setup                     Email-MIME-ContentType 1.017
    99license                         {Artistic-1 GPL}
    1010maintainers                     nomaintainer
    1111description                     Parse a MIME Content-Type Header
    1212long_description        ${description} 
    1313platforms                       darwin
    1414
    15 checksums           sha1    6073cc4726c5f84fa0c2b7d4c2b6f27ecd7f1390 \
    16                     rmd160  9b917f5bd6a60ddc052350a9d96f7e5e90d63912
    17 
     15checksums           rmd160  8555695b4f57955b28005a275c969d83138dc877 \
     16                    sha256  963da3b0446317e64ba3d41f0f59c05475e84fc49080130f6c2099474fa281b2
     17                   
    1818supported_archs noarch
     19
     20if {${perl5.major} != ""} {
     21    depends_lib-append  port:p${perl5.major}-capture-tiny
     22}