# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 109998 2013-08-23 23:11:31Z devans@macports.org $

PortSystem          1.0

name                liboauth
version             1.0.1
license             MIT
categories          net
platforms           darwin
maintainers         nomaintainer

description         collection of POSIX-c functions implementing the OAuth Core \
                    RFC 5849 standard

long_description    ${description}

homepage            http://liboauth.sourceforge.net/
master_sites        sourceforge

checksums           rmd160  19dbf3149b8ded75ece74ba86841951e50952455 \
                    sha256  5087d32fe1db7b588246a7de64fc0c2464c95efdebb2c7fe6f482d9b00e68d8b

depends_build       port:autoconf \
                    port:libtool \
                    port:pkgconfig

depends_lib         port:openssl \
                    port:curl

livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
