# $Id: Portfile 65012 2010-03-19 14:37:16Z ryandesign@macports.org $

PortSystem 1.0

name                    rlwrap
version                 0.36
categories              sysutils
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     f3d687658336789d5155322abcc84a7f \
                        sha1    9cc2007127ba2e368c2a4be0f2f30a818ee6b39a \
                        rmd160  ff59f7fd6845c1e533094ff6fcfc708b7065a932
depends_lib             port:readline

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