opnsense-ports/devel/cpputest/Makefile
2022-09-07 22:33:21 +02:00

17 lines
314 B
Makefile

PORTNAME= cpputest
PORTVERSION= 4.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= akos.somfai@gmail.com
COMMENT= Unit testing and mocking framework for C/C++
WWW= https://cpputest.github.io/
LICENSE= BSD3CLAUSE
USES= autoreconf libtool pathfix
GNU_CONFIGURE= yes
USE_GITHUB= yes
.include <bsd.port.mk>