# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem 1.0

name        libassuan
version     1.0.5
categories  devel
maintainers nomaintainer
description Assuan IPC Library
homepage    http://www.gnupg.org/related_software/libassuan.en.html
platforms   darwin
use_bzip2   yes

long_description \
        Libassuan is a small library implementing the so-called \
        Assuan protocol. This protocol is used for IPC between \
        most newer GnuPG components. Both, server and client side \
        functions are provided.

master_sites    gnupg

checksums   md5     c2db0974fcce4401f48f3fa41c4edc5a \
            sha1    f6c36e9d99736883a8ce5b80b0a51d854cbbbc70 \
            rmd160  7c4a75c71a3117cf140ea66ca89765349f39218e

depends_lib port:pth

use_parallel_build yes

test.run    yes
test.target check

livecheck.type  regex
livecheck.url   http://mirrors.rootmode.com/ftp.gnupg.org/${name}/?O=D
livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)
