# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 116455 2014-01-25 18:53:00Z devans@macports.org $

PortSystem      1.0

name            uhttpmock
version         0.2.0
description     A HTTP web service mocking library for GNOME.

long_description \
                ${description}

maintainers     devans openmaintainer
categories      gnome net
license         LGPL-2.1+
platforms       darwin
homepage        https://gitorious.org/uhttpmock/pages/Home
master_sites    http://tecnocode.co.uk/downloads/uhttpmock/

use_xz          yes

checksums       rmd160  0089faac4a40515d36149fa4b002ba6bda07fd06 \
                sha256  6bc8df4cb2e0484a029ae159becc20b3df3dcc4c0ea493d25e9e2b4ab8a39e93

depends_build   port:pkgconfig

depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
                port:gobject-introspection \
                port:libsoup \
                port:vala

configure.args  --enable-introspection=yes \
                --enable-vala

livecheck.type  none
