# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Mac-PropertyList 1.606 ../../authors/id/B/BR/BRIANDFOY
revision            0
license             Artistic-2
maintainers         nomaintainer
description         Mac::PropertyList - work with Mac plists at a low level
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  6032658d4a367f4e5e9fbb251ab605d83fa32628 \
                    sha256  c80f9fb1ba879b79444c730b8bae724249acf9a844bcb4d208c7070699d20909 \
                    size    49437

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-xml-entities

    patchfiles      fix-readbinary-integers.patch
}
