# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.setup XML-LibXML-Simple 0.91 revision 1 platforms darwin maintainers nomaintainer supported_archs noarch license {Artistic GPL} description XML::LibXML clone of XML::Simple long_description \ This module is a blunt rewrite of XML::Simple to use the \ XML::LibXML parser for XML structures, where the original uses plain \ Perl or SAX parsers. checksums sha256 5a4ee2fd65b553f8693874521d1bdefd2bb694d57f8f2ef9137615885c481eb8 \ rmd160 324482de6d1d6e529290d1ad059b0c36cade02e0 if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-xml-libxml \ port:p${perl5.major}-file-slurp \ port:p${perl5.major}-test-pod }