17 lines
317 B
Makefile
17 lines
317 B
Makefile
PORTNAME= asyncplusplus
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Async++ concurrency framework for C++11
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Amanieu
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|