# -*- 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

PortSystem          1.0
PortGroup           cmake 1.1

name                cmocka
version             2.0.0
categories          devel
maintainers         {@raybellis isc.org:ray} openmaintainer
license             Apache-2

description         cmocka unit testing framework
long_description    cmocka is an elegant unit testing framework for C with support for mock objects. \
                    It only requires the standard C library, works on a range of computing platforms \
                    (including embedded) and with different compilers.

compiler.blacklist-append *gcc-4.* *gcc-3.*

homepage            https://cmocka.org/
master_sites        https://git.cryptomilk.org/projects/cmocka.git/snapshot/
livecheck.url       https://git.cryptomilk.org/projects/cmocka.git/

checksums           rmd160  767c1405659b0e396bb3e23f191ed74f276c733a \
                    sha256  efe831e4c5c1c77ee8b2d9254a70e4c284499018a4e12f0ebac6de4b00f1e96f \
                    size    151671

test.run            yes
