Ticket #20458: Portfile-php5-sqlite3

File Portfile-php5-sqlite3, 848 bytes (added by ryandesign (Ryan Carsten Schmidt), 15 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem              1.0
5
6name                    php5-sqlite3
7version                 5.3.0
8categories              php
9platforms               darwin
10maintainers             nox openmaintainer
11homepage                http://www.php.net/sqlite3
12
13description             obsolete port
14
15long_description        ${name} is obsolete and should be uninstalled. Please install php5-sqlite instead.
16
17distfiles
18
19use_configure           no
20
21build                   {}
22
23destroot {
24    xinstall -d ${destroot}${prefix}/share/doc/${name}
25    system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
26}
27
28post-activate {
29    ui_msg ${long_description}
30}
31
32livecheck.check         none