blob: 0628c5a9960a7e93b136c02997d2241b55926f34 (
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
|
# $FreeBSD$
PORTNAME= cxxopts
DISTVERSIONPREFIX= v
DISTVERSION= 2.1.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
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>
|