New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82628


Ignore:
Timestamp:
08/16/11 21:30:20 (4 years ago)
Author:
dports@…
Message:

psh: whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/shells/psh/Portfile

    r82627 r82628  
    22# $Id$ 
    33 
    4 PortSystem                      1.0 
    5 PortGroup                       perl5 1.0 
     4PortSystem          1.0 
     5PortGroup           perl5 1.0 
    66 
    7 name                            psh 
    8 perl5.major                     5.12 
    9 perl5.setup                     psh 1.0 
    10 revision                        2 
    11 categories                      shells perl 
    12 maintainers                     nomaintainer 
    13 description                     The Perl Shell 
     7name                psh 
     8perl5.major         5.12 
     9perl5.setup         psh 1.0 
     10revision            2 
     11categories          shells perl 
     12maintainers         nomaintainer 
     13description         The Perl Shell 
    1414long_description \ 
    15         The Perl Shell (psh) combines aspects of bash and other shells with \ 
    16         the power of Perl scripting. 
     15    The Perl Shell (psh) combines aspects of bash and other shells with \ 
     16    the power of Perl scripting. 
    1717 
    18 platforms                       darwin 
     18platforms           darwin 
    1919 
    20 homepage                        http://sourceforge.net/projects/psh/ 
    21 master_sites            sourceforge 
     20homepage            http://sourceforge.net/projects/psh/ 
     21master_sites        sourceforge 
    2222 
    23 checksums                       md5 73ada6747732c9abdfec2d6ad5c477c6 
     23checksums           md5 73ada6747732c9abdfec2d6ad5c477c6 
    2424 
    25 depends_lib-append      port:p${perl5.major}-term-readline-gnu \ 
    26                         port:p${perl5.major}-bsd-resource 
     25depends_lib-append  port:p${perl5.major}-term-readline-gnu \ 
     26                    port:p${perl5.major}-bsd-resource 
    2727 
Note: See TracChangeset for help on using the changeset viewer.