aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-thread-local/Makefile
blob: e2aecf4c58a2d6a372b827feed3d947f40525352 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	thread-local
PORTVERSION=	1.1.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Provide a class-level mixin to make thread local state easy
WWW=		https://socketry.github.io/thread-local/ \
		https://github.com/socketry/thread-local

LICENSE=	MIT

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>