Ticket #57453: Portfile

File Portfile, 852 bytes (added by raybellis (Ray Bellis), 6 years ago)

cmocka Portfile

Line 
1# -*- 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
2
3PortSystem              1.0
4PortGroup               cmake 1.1
5
6name                    cmocka
7version                 1.1.3
8categories              devel
9platforms               darwin
10license                 Apache
11maintainers             {@raybellis isc.org:ray} \
12                        openmaintainer
13description             cmocka unit testing framework
14long_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.
15homepage                https://cmocka.org/
16master_sites            https://git.cryptomilk.org/projects/cmocka.git/snapshot/
17checksums               rmd160 4f73a1bd841a722871785ee7c4b397ce196d1c82 \
18                        sha256 b703af7976b0203d8fcbfa6eec92a82da3408f19ee2842e24e2d78c7fe700039 \
19                        size 96803
20test.run                yes