mirror of https://git.FreeBSD.org/ports.git
25 lines
439 B
Makefile
25 lines
439 B
Makefile
PORTNAME= transwarp
|
|
DISTVERSION= 2.2.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= C++ header-only library for task concurrency
|
|
WWW= https://github.com/bloomen/transwarp
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= cmake:testing compiler:c++17-lang
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= bloomen
|
|
|
|
CMAKE_TESTING_ON= transwarp_build_tests
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= include/transwarp.h
|
|
|
|
.include <bsd.port.mk>
|