Ticket #44834: patch-p5-universal-moniker-Portfile.diff

File patch-p5-universal-moniker-Portfile.diff, 2.1 KB (added by jul_bsd@…, 10 years ago)
  • perl/p5-universal-moniker/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                     UNIVERSAL-moniker 0.08
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
     8perl5.setup            UNIVERSAL-moniker 0.08
    89revision            3
    9 license                 {Artistic-1 GPL}
    10 maintainers                     FreeBSD.org:mat
    11 description                     Class names in Perl often don't sound great when spoken
     10license            {Artistic-1 GPL}
     11maintainers            FreeBSD.org:mat
     12description            Class names in Perl often don't sound great when spoken
    1213long_description \
    13         Class names in Perl often don't sound great when spoken, or look good \
    14         when written in prose. For this reason, we tend to say things like \
    15         "customer" or "basket" when we are referring to \
    16         My::Site::User::Customer or My::Site::Shop::Basket. We thought it would \
    17         be nice if our classes knew what we would prefer to call them.
     14    Class names in Perl often don't sound great when spoken, or look good \
     15    when written in prose. For this reason, we tend to say things like \
     16    "customer" or "basket" when we are referring to \
     17    My::Site::User::Customer or My::Site::Shop::Basket. We thought it would \
     18    be nice if our classes knew what we would prefer to call them.
    1819
    19 platforms                       darwin
     20platforms            darwin
    2021
    21 checksums md5 e59b97ccf88f9fa68c3e5c18d7059d57
     22checksums           rmd160  38bc2d57a8f2446c08eee4143e43f0662b851bf2 \
     23                    sha256  94ce27a546cd57cb52e080a8f2533a7cc2350028388582485bd1039a37871f9c
    2224
    2325if {${perl5.major} != ""} {
    24 depends_lib-append      port:p${perl5.major}-lingua-en-inflect
    25 
    26 supported_archs noarch
     26    depends_lib-append    port:p${perl5.major}-lingua-en-inflect
     27    supported_archs noarch
    2728}