# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 61610 2009-12-16 21:14:55Z jann@macports.org $

PortSystem          1.0

name                json-glib
version             0.8.0
categories          devel
maintainers         otherware.org:nefar openmaintainer
homepage            http://live.gnome.org/JsonGlib
description         provides JSON support
long_description    JSON-GLib is a library providing serialization and \
                    deserialization support for the JavaScript Object Notation \
                    (JSON) format described by RFC 4627.

platforms           darwin
depends_build       port:pkgconfig port:gtk-doc
depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2

master_sites        http://download.gnome.org/sources/json-glib/0.8/

checksums           md5     220dafb2fd804e74d1f5057ba72ae0b6 \
                    sha1    c185df080ed41254f67b27193e7e4ab1fe90b7b7 \
                    rmd160  0f2e5ecd903006fb432d76694575f776fd50eeec

livecheck.type      regex
livecheck.url       http://folks.o-hand.com/~ebassi/sources/
livecheck.regex     ${name}-(\[0-9.\]+)\\.tar\\.gz
