# -*- 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         Term-ReadLine-Gnu 1.46
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Perl extension for the GNU Readline/History library
long_description    This is an implementation of Term::ReadLine using the \
                    GNU Readline/History Library.

platforms           darwin

checksums           rmd160  e10b9f393c7d9b3d5a065496f868e0a36f985436 \
                    sha256  b13832132e50366c34feac12ce82837c0a9db34ca530ae5d27db97cf9c964c7b \
                    size    204896

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-extutils-makemaker \
                    port:readline \
                    port:ncurses

    patchfiles      Makefile.PL.patch
}
