# $Id: Portfile 86161 2011-10-20 08:48:20Z jmr@macports.org $

PortSystem 1.0

name                    rlwrap
version                 0.37
revision                1
categories              sysutils
license                 GPL-2+
maintainers             mac.com:lomion
description             rlwrap is a readline wrapper.
long_description        rlwrap is a 'readline wrapper' that uses the  GNU \
                            readline library to allow the editing of keyboard \
                            input for any other command.
homepage                http://utopia.knoware.nl/~hlub/uck/rlwrap/
platforms               darwin
master_sites            ${homepage} \
                            http://gentoo.osuosl.org/distfiles/
checksums               md5     04cd6e2c257eb5a86b297f2ebf91dbbf \
                        sha1    c8fc5e7798a7c618a22583c56fa38d344700cc2f \
                        rmd160  4e229e8fed579002605919760b313651aa427870
depends_lib             port:readline

configure.args          --mandir=${prefix}/share/man
