Ticket #32417: py-4suite-xml.diff

File py-4suite-xml.diff, 733 bytes (added by dbonner@…, 12 years ago)

updated portfile

  • Portfile

    old new  
    11# $Id: Portfile 86786 2011-11-04 05:20:35Z boeyms@macports.org $
    22
    33PortSystem 1.0
    4 PortGroup python24 1.0
     4PortGroup python 1.0
    55
    66name                    py-4suite-xml
    77version                 1.0.2
     8revision                1
    89categories-append       devel textproc
    910maintainers             nomaintainer
    1011description             suite of python modules for XML and RDF processing
     
    2021distname                4Suite-XML-${version}
    2122checksums               md5 3ca3db95cb0263ad80beba034d1ff6ea
    2223
    23 depends_lib-append      port:py-xml
    24 
    25 use_configure           yes
    26 configure.cmd           ${python.bin} setup.py config
    27 configure.args          --mandir=${prefix}/share/man
     24python.versions         25 26 27
     25python.default_version  27