# $Id: Portfile 119861 2014-05-08 13:01:29Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches        5.10 5.12 5.14 5.16 5.18
perl5.setup           Mac-PropertyList 1.40
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Mac::PropertyList - work with Mac plists at a low level
long_description      ${description}

platforms             darwin

checksums             rmd160  b271b8d33e7428ab6ccd17725afcdd3263f9bebd \
                      sha256  3539b6df4d286e14081d556dda8de969a721ad90a06379cf8ffd99df1de4e15e

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

supported_archs noarch
}
