| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name libdrizzle |
|---|
| 6 | version 0.7 |
|---|
| 7 | categories devel |
|---|
| 8 | maintainers andyfowler.com:andy |
|---|
| 9 | description Drizzle client and protocol library |
|---|
| 10 | long_description @{description} |
|---|
| 11 | |
|---|
| 12 | platforms darwin |
|---|
| 13 | |
|---|
| 14 | homepage http://drizzle.org/ |
|---|
| 15 | master_sites https://launchpad.net/${name}/trunk/${version}/+download/ |
|---|
| 16 | |
|---|
| 17 | checksums md5 9b2f0ed5d9f63d0f0b9253d03c817d55 \ |
|---|
| 18 | sha1 8c9f3bde5f770a495cd459abf636189ed3ea31a8 \ |
|---|
| 19 | rmd160 1508a5353270339a80ade46ffeb3400c7c86848f |
|---|
| 20 | |
|---|
| 21 | depends_lib port:sqlite3 |
|---|
| 22 | |
|---|
| 23 | livecheck.type regex |
|---|
| 24 | livecheck.url https://launchpad.net/${name}/+download |
|---|
| 25 | livecheck.regex {libdrizzle-(\d+(?:\.\d+)*).tar.gz} |
|---|