Ticket #43153: p5-email-mime-encodings-1.315.diff

File p5-email-mime-encodings-1.315.diff, 1.2 KB (added by nortcele, 10 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 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-Encodings 1.313
    8 revision            3
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
     8perl5.setup                     Email-MIME-Encodings 1.315
    99license                         {Artistic-1 GPL}
    1010maintainers                     nomaintainer
    1111description                     A unified interface to MIME encoding and decoding
    1212long_description        ${description} 
    1313platforms                       darwin
    1414
    15 checksums           md5     f2580c816fb0c4b2a256540a385bf4fb \
    16                     sha1    3374e6cece53e1203408ec661a5c7034a3f567fd \
    17                     rmd160  5e8918d23968ef7ab4f3d04e9fbd6669d969d0b3
     15checksums           rmd160  274f133ee6a6dad7ada4bf3b934ae5b1992a860c \
     16                    sha256  4c71045507b31ec853dd60152b40e33ba3741779c0f49bb143b50cf8d243ab5c
    1817
    1918supported_archs noarch
     19
     20if {${perl5.major} != ""} {
     21    depends_lib-append  port:p${perl5.major}-capture-tiny
     22}