# -*- 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.16 5.18 5.20 5.22 perl5.setup XML-LibXML-Simple 0.95 platforms darwin maintainers nomaintainer supported_archs noarch license {Artistic-1 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 rmd160 abcd7739a6b0b39a4caa64dc939b42df1be17df1 \ sha256 b1272256cee7b4341368819f25dc66555b00dea0bca11d890cb0e2b78ac40e63 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-file-slurp-tiny \ port:p${perl5.major}-test-simple \ port:p${perl5.major}-xml-libxml }