# -*- 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.branches 5.8 5.10 5.12 5.14 5.16 perl5.setup XML-LibXML-Simple 0.93 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 f2eb1c1523d6414cf2a646a289b0325b489954382c862928d165a03a7cce767c \ rmd160 6b402ac5cd8c40fa5978af1f6befc0263d25b62a if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-xml-libxml \ port:p${perl5.major}-file-slurp \ port:p${perl5.major}-test-pod }