blob: ff5c0a0da5a7612d5b67e73ae0803791268eb963 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= cmocka
DISTVERSION= 1.1.7
CATEGORIES= sysutils
MASTER_SITES= https://cmocka.org/files/1.1/
MAINTAINER= dteske@FreeBSD.org
COMMENT= Unit testing framework for C with support for mock objects
WWW= https://cmocka.org/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake:testing pathfix tar:xz
USE_LDCONFIG= yes
CMAKE_TESTING_ON= UNIT_TESTING
.include <bsd.port.mk>
|