# $Id: Portfile 65250 2010-03-24 17:32:53Z ryandesign@macports.org $

PortSystem          1.0

name                libdrizzle
version             0.7
categories          databases devel
maintainers         andyfowler.com:andy
description         Drizzle client and protocol library
long_description    ${description}

platforms           darwin

homepage            http://drizzle.org/
master_sites        https://launchpad.net/${name}/trunk/${version}/+download/

checksums           md5     9b2f0ed5d9f63d0f0b9253d03c817d55 \
                    sha1    8c9f3bde5f770a495cd459abf636189ed3ea31a8 \
                    rmd160  1508a5353270339a80ade46ffeb3400c7c86848f

depends_lib         port:sqlite3

livecheck.type      regex
livecheck.url       https://launchpad.net/${name}/+download
livecheck.regex     {libdrizzle-(\d+(?:\.\d+)*)\.tar\.gz}
