blob: 499ea22b6d3ec4919d602ed9ff81680700fc1f9b (
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
24
25
|
PORTNAME= recycle
DISTVERSIONPREFIX= v
DISTVERSION= 6.0.0-53
DISTVERSIONSUFFIX= -g3502ca1
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>
|