mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
16 lines
280 B
Makefile
16 lines
280 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++
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= autoreconf libtool pathfix
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|