# -*- 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 106602 2013-05-31 20:54:37Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           github 1.0

github.setup        jedisct1 libchloride 20130506
fetch.type          git
git.branch          95543cf63c34b8ab145e95e8ed50b44392464765

categories          devel security
platforms           darwin
maintainers         brianandjenny.com:brian.andrew openmaintainer
license             MIT

description         Networking layer for libsodium, based on CurveCP

long_description    ${description}

checksums           rmd160  08a56e5489016ca1aabd9f20c57ec975c14ce553 \
                    sha256  4c4f66d2cc6ab6e846ff034eb2a42fa786b8b1d6c0bd435373d1be7c13250dca

depends_build       port:autoconf \
                    port:automake \
                    port:libtool

depends_lib         port:libsodium

pre-configure {
    system -W ${worksrcpath} "./autogen.sh"
}

test.run            yes
test.target         check

livecheck.url       ${homepage}/commits/master.atom
livecheck.type      moddate
