opnsense-ports/devel/cli/Makefile
Franco Fichtner 97012f3566 */*: sync with upstream
Taken from: FreeBSD
2023-06-30 08:29:41 +02:00

25 lines
532 B
Makefile

PORTNAME= cli
DISTVERSIONPREFIX= v
DISTVERSION= 2.1.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for interactive command line interfaces in modern C++
WWW= https://github.com/daniele77/cli
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${LOCALBASE}/include/asio/version.hpp:net/asio \
${LOCALBASE}/include/boost/version.hpp:devel/boost-libs
USES= cmake:testing compiler:c++11-lang
CMAKE_TESTING_ON= CLI_BuildTests
USE_GITHUB= yes
GH_ACCOUNT= daniele77
NO_ARCH= yes
.include <bsd.port.mk>