forked from Lainports/opnsense-ports
16 lines
299 B
Makefile
16 lines
299 B
Makefile
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://github.com/socketry/thread-local
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|