# -*- 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 85492 2011-10-14 02:33:02Z dports@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Term-ReadLine-Gnu 1.20
revision            2
license             {Artistic-1 GPL}
maintainers         spin.de:warp-darwinports
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           sha1    23f2562c436c09e0d6ca85e135727d73bfdb18ea \
                    rmd160  3569290543a4545bc70b2d435fc6ee4cc3598223

if {${perl5.major} != ""} {
depends_lib-append  port:readline
}
