blob: 344d1fefba653a320e1d8c86a39c73fd559d1a89 (
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
28
29
|
# $FreeBSD$
PORTNAME= cxxopts
DISTVERSIONPREFIX= v
DISTVERSION= 2.1.1
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Lightweight C++ command line option parser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:outsource compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= jarro2783
CMAKE_OFF= 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>
|