mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
20 lines
391 B
Makefile
20 lines
391 B
Makefile
PORTNAME= concurrentqueue
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.0.3-15
|
|
DISTVERSIONSUFFIX= -g0753496
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Fast C++11 multi-producer multi-consumer lock-free concurrent queue
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= cameron314
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|