Ticket #44777: p5-xml-twig-3.48.diff

File p5-xml-twig-3.48.diff, 1.6 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 95558 2012-07-16 23:00:18Z jmr@macports.org $
    23
    3 PortSystem      1.0
    4 PortGroup       perl5 1.0
     4PortSystem          1.0
     5PortGroup           perl5 1.0
    56
    6 perl5.branches      5.8 5.10 5.12 5.14 5.16
    7 perl5.setup     XML-Twig 3.39
    8 maintainers     janusresearch.com:frank.mcpherson
    9 license         {Artistic-1 GPL}
    10 description     A perl module to process efficiently XML documents
    11 long_description        Twig offers a tree-oriented interface \
    12                         to a document while handling large docs.
    13 platforms       darwin
    14 checksums           rmd160 0954a2a9630e594e731d6d0d78a70c605885c174 \
    15                     sha256 33940ed00763cf4def0052b095ac79418da3902b4c6fa67b21e4bf929d1f7fb6
     7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
     8perl5.setup         XML-Twig 3.48
    169
    17 if {${perl5.major} != ""} {
    18 depends_lib-append      port:p${perl5.major}-xml-parser
     10platforms           darwin
     11maintainers         janusresearch.com:frank.mcpherson
     12license             {Artistic-1 GPL}
     13
     14supported_archs     noarch
     15
     16description         A perl module for processing huge XML documents in tree mode.
    1917
    20 supported_archs noarch
     18long_description    ${description}
     19
     20checksums           rmd160 66ac5fb05b53b97e7782f4d3da33909b085027a7 \
     21                    sha256 35472542ba6cecea6b091f00d9784d8979567e2e781d95b7216049958b9c997b
     22
     23if {${perl5.major} != ""} {
     24    depends_lib-append \
     25                    port:p${perl5.major}-xml-parser
    2126}