ca1ed8c316
Changelog: https://gitlab.com/cmocka/cmocka/-/blob/cmocka-2.0.2/CHANGELOG.md?ref_type=tags
19 lines
389 B
Makefile
19 lines
389 B
Makefile
PORTNAME= cmocka
|
|
DISTVERSION= 2.0.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://cmocka.org/files/2.0/
|
|
|
|
MAINTAINER= diizzy@FreeBSD.org
|
|
COMMENT= Unit testing framework for C with support for mock objects
|
|
WWW= https://cmocka.org/
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:testing pathfix tar:xz
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_TESTING_ON= UNIT_TESTING
|
|
|
|
.include <bsd.port.mk>
|