Ticket #27538: p5-http-lite.cleanup.patch

File p5-http-lite.cleanup.patch, 1.2 KB (added by larry+macports@…, 13 years ago)

Portfile cleanup (apply this 1st)

  • rsync.macports.org/release/ports/perl/p5-http-lite/Portfile

    # HG changeset patch
    # Parent c2aa291c5b5a2db37ae132fb9c48274c3d21de76
    
    diff -r c2aa291c5b5a rsync.macports.org/release/ports/perl/p5-http-lite/Portfile
    a b  
     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 70582 2010-08-14 12:37:46Z ryandesign@macports.org $
    23PortSystem              1.0
    34PortGroup               perl5 1.0
    45
    56perl5.setup             HTTP-Lite 2.1.6
     7categories-append       www
     8platforms               darwin
    69maintainers             nomaintainer
    7 categories-append       www
     10homepage                http://search.cpan.org/~rhooper/${distname}/
     11supported_archs         noarch
     12
    813description             Perl5 modules for Lightweight HTTP implementation
     14
    915long_description        ${description}
    10 homepage                http://search.cpan.org/~rhooper/${distname}/
     16
    1117checksums               md5 29e1324555a805981be132f3979970ba
    12 platforms               darwin
    13 
    14 supported_archs noarch