blob: 057a971f27891275e455590d7af4b5458a33ef1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= cxxopts
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Lightweight C++ command line option parser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= jarro2783
CMAKE_OFF= CXXOPTS_BUILD_TESTS CXXOPTS_BUILD_EXAMPLES
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= include/cxxopts.hpp \
lib/cmake/cxxopts/cxxopts-config-version.cmake \
lib/cmake/cxxopts/cxxopts-config.cmake \
lib/cmake/cxxopts/cxxopts-targets.cmake
.include <bsd.port.mk>
|