freebsd-ports/devel/cxxopts/Makefile
Yuri Victorovich ffbce9202f devel/cxxopts: Update 2.2.0-14 -> 2.2.1
Reported by:	portscout
2020-08-18 18:20:26 +00:00

29 lines
568 B
Makefile

# $FreeBSD$
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>