# -*- 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-Simple 2.20 revision 1 maintainers nomaintainer license {Artistic-1 GPL} description Easy API to read/write XML (esp config files) long_description ${description} platforms darwin checksums rmd160 0847fae59d34a812b6bb631bfe0123626722a5fb \ sha256 5cff13d0802792da1eb45895ce1be461903d98ec97c9c953bc8406af7294434a supported_archs noarch if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-xml-namespacesupport \ port:p${perl5.major}-xml-sax \ port:p${perl5.major}-xml-sax-expat }