summaryrefslogtreecommitdiff
path: root/devel/cpputest/Makefile
blob: baf6954e6dd5288ff8f74f2fb197f3a05f0770a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>