ports/devel/libmcfp/Makefile
2025-01-28 22:43:13 -08:00

29 lines
593 B
Makefile

PORTNAME= libmcfp
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.5
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ header only library to parse command line arguments
WWW= https://github.com/mhekkel/libmcfp
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= catch2>0:devel/catch2 \
${LOCALBASE}/include/boost/test/included/unit_test.hpp:devel/boost-libs
USES= cmake:testing localbase
USE_GITHUB= yes
GH_ACCOUNT= mhekkel
CMAKE_OFF= BUILD_TESTING
NO_ARCH= yes
PORTSCOUT= limit:^.*[0-9]\.[0-9].*
# 100% tests passed, 0 tests failed out of 1
.include <bsd.port.mk>