# -*- 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-EditLine 0.12 ../../authors/id/P/PL/PLICEASE
revision            0
license             Artistic-2
maintainers         {gmail.com:james.trammell @jtrammel} openmaintainer
description         Term::EditLine - Perl interface to the NetBSD editline library
long_description    {*}${description}

checksums           rmd160  93f7814b798b8dd3eab290c56e436e32a4ded34b \
                    sha256  192cdffd28e3abf99ad6eb509e9112a63d9aea173ab600243d2d64e02cbeb4f8 \
                    size    79932

if {${perl5.major} != ""} {
    depends_build-append \
                    port:pkgconfig \
                    port:p${perl5.major}-test-simple

    depends_lib-append \
                    port:libedit
}
