mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
79dcc15d34
Reported by: portscout
24 lines
394 B
Makefile
24 lines
394 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cli11
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.9.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Command line parser for C++11 and beyond
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= CLIUtils
|
|
GH_PROJECT= CLI11
|
|
|
|
CMAKE_OFF= BUILD_TESTING CLI11_BUILD_EXAMPLES
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|