Ticket #28380: tmo28380.p5-term-readline-gnu.cleanup.patch

File tmo28380.p5-term-readline-gnu.cleanup.patch, 1.2 KB (added by l2g@…, 14 years ago)

Cleanup only (apply this 1st)

  • dports/perl/p5-term-readline-gnu/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 51021 2009-05-15 15:55:30Z and.damore@macports.org $
    2 PortSystem              1.0
    3 PortGroup               perl5 1.0
     3PortSystem          1.0
     4PortGroup           perl5 1.0
    45
    5 perl5.setup             Term-ReadLine-Gnu 1.16
    6 maintainers             warp-darwinports@spin.de
    7 description             Perl extension for the GNU Readline/History library
    8 long_description        ${description}
    9 platforms               darwin
    10 checksums               md5 2e07264583d5f6ca1d84cde7177888c9
     6perl5.setup         Term-ReadLine-Gnu 1.16
     7maintainers         warp-darwinports@spin.de
     8description         Perl extension for the GNU Readline/History library
     9long_description    ${description}
     10platforms           darwin
     11checksums           md5 2e07264583d5f6ca1d84cde7177888c9
    1112
    12 depends_lib-append      port:readline
     13depends_lib-append  port:readline
    1314