# -*- 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 105959 2013-05-11 06:51:52Z jeremyhu@macports.org $

PortSystem      1.0

name            libsecret
version         0.14
set branch      [join [lrange [split ${version} .] 0 1] .]
maintainers     jeremyhu openmaintainer
categories      gnome
platforms       darwin
license         LGPL-2.1
description     libsecret is a library for storing and retrieving passwords and other secrets

long_description \
    libsecrets is a client for the Secret Service DBus API. The Secret \
    Service allows storage of passwords in a common way on the desktop. \
    Supported by gnome-keyring and ksecretservice.

homepage        https://live.gnome.org/Libsecret
master_sites    gnome:sources/${name}/${branch}/
use_xz          yes

checksums       md5     ac4db2be8e970899ca5091791c1f7c36 \
                sha1    d6a3bc3601fd8d2e7e8aa28bef70b1fe453d3803 \
                rmd160  f60437fb6103d2f95ffd9bd92389ae1217bc2e00

depends_build   port:intltool \
                port:pkgconfig \
                port:gtk-doc

depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
                port:vala \
                port:libgcrypt

livecheck.type  gnome
