mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
18 lines
312 B
Makefile
18 lines
312 B
Makefile
# Created by: iblis <iblis@hs.ntnu.edu.tw>
|
|
|
|
PORTNAME= unittest-cpp
|
|
PORTVERSION= 2.0.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= iblis@hs.ntnu.edu.tw
|
|
COMMENT= Lightweight unit testing framework for C++
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
|
|
USES= cmake
|
|
|
|
.include <bsd.port.mk>
|