mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
25 lines
480 B
Makefile
25 lines
480 B
Makefile
PORTNAME= lyra
|
|
DISTVERSION= 1.6.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Command line parser for C++11
|
|
WWW= https://www.bfgroup.xyz/Lyra/
|
|
|
|
LICENSE= BSL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
TEST_DEPENDS= b2:devel/boost_build
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= bfgroup
|
|
GH_PROJECT= Lyra
|
|
|
|
NO_ARCH= yes
|
|
|
|
do-test: # one test fails: https://github.com/bfgroup/Lyra/issues/57
|
|
@cd ${WRKSRC}/tests && b2 toolset=clang
|
|
|
|
.include <bsd.port.mk>
|