# -*- 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: Portfile 106396 2013-05-24 20:47:31Z macsforever2000@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.12 5.14 5.16
perl5.setup         Wx-Demo 0.21

platforms           darwin
maintainers         nomaintainer
license             {Artistic-1 GPL}

supported_archs     noarch

description         Wx::Demo - the wxPerl demo

long_description    ${description}

checksums           rmd160 0aa2f0a2a42431336ab9b7f0e80562ad850b0e3d \
                    sha256 39f45c8c09571db1e06bb0361efd8ea305386aa13bbcd7a70781ad356f4de607

if {${perl5.major} != ""} {
    depends_lib-append  port:p${perl5.major}-wx \
                        port:p${perl5.major}-io-stringy \
                        port:p${perl5.major}-file-chdir \
                        port:p${perl5.major}-universal-require \
                        port:p${perl5.major}-class-accessor \
                        port:p${perl5.major}-file-slurp
}
