freebsd-ports/devel/asyncplusplus/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>