# -*- 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 131056 2015-01-05 13:08:40Z devans@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.16 5.18 5.20
perl5.setup         Curses-UI 0.9609
maintainers         nomaintainer
description         A curses based OO user interface framework 
long_description    A UI framework based on the curses library. \
                    Curses::UI contains several widgets which can be used to build a user interface.
platforms           darwin

checksums           rmd160  1daf767ca5103048f86b9b6d350815205ba421a1 \
                    sha256  0ab827a513b6e14403184fb065a8ea1d2ebda122d2178cbf45c781f311240eaf

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-curses \
                    port:p${perl5.major}-term-readkey \
                    port:p${perl5.major}-test-simple \
                    port:p${perl5.major}-test-pod
}
