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