# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem              1.0

name                    php5-readline
version                 5.3.0
revision                1
categories              php
platforms               darwin
maintainers             ryandesign
homepage                http://www.php.net/readline

description             obsolete port

long_description        ${name} is obsolete and should be uninstalled. Its functionality has been integrated into php5.

distfiles

use_configure           no

build                   {}

destroot {
    xinstall -d ${destroot}${prefix}/share/doc/${name}
    system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
}

post-activate {
    ui_msg ${long_description}
}

livecheck.type          none
