summaryrefslogtreecommitdiff
path: root/devel/cpputest/Makefile
blob: 1b6263c842fc581fe704eb4ecb5b96f176230b90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	cpputest
PORTVERSION=	3.8
DISTVERSIONPREFIX=	v
CATEGORIES=	devel

MAINTAINER=	akos.somfai@gmail.com
COMMENT=	Unit testing and mocking framework for C/C++

LICENSE=	BSD3CLAUSE

USE_GITHUB=	yes

USES=		autoreconf libtool pathfix
GNU_CONFIGURE=	yes

.include <bsd.port.mk>