aboutsummaryrefslogtreecommitdiff
path: root/devel/concurrentqueue/Makefile
blob: aedaa0fc74592afa59f3bf6acdca81c870d1f791 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
WWW=		https://github.com/cameron314/concurrentqueue

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>