aboutsummaryrefslogtreecommitdiffstats
path: root/devel/recycle/Makefile
blob: 14a8c274772c401235c29bb327f8c5a80d0a7fc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	recycle
DISTVERSION=	7.0.0
CATEGORIES=	devel

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Simple resource pool for recycling resources in C++
WWW=		https://github.com/steinwurf/recycle

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE.rst

USES=		cmake

USE_GITHUB=	yes
GH_ACCOUNT=	steinwurf

PLIST_FILES=	include/recycle/no_locking_policy.hpp \
		include/recycle/shared_pool.hpp \
		include/recycle/unique_pool.hpp

NO_ARCH=	yes

.include <bsd.port.mk>