mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
29 lines
593 B
Makefile
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>
|