blob: 1d0b349dd507364a7ea96bc28b8551ce06a3a25f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= fiber-local
PORTVERSION= 1.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provide a class-level mixin to make fiber local state easy
WWW= https://socketry.github.io/fiber-local/ \
https://github.com/socketry/fiber-local
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/license.md
RUN_DEPENDS= rubygem-fiber-storage>=0:devel/rubygem-fiber-storage
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|