# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem              1.0

name                    php5-sqlite3
version                 5.3.0
categories              php
platforms               darwin
maintainers             nox openmaintainer
homepage                http://www.php.net/sqlite3

description             obsolete port

long_description        ${name} is obsolete and should be uninstalled. Please install php5-sqlite instead.

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
