opnsense-ports/devel/cpputest/Makefile
Franco Fichtner 19d812222f */*: sync with upstream
Taken from: FreeBSD
2016-11-29 06:49:26 +01:00

18 lines
293 B
Makefile

# $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>