Ticket #24172: Portfile

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