forked from Lainports/freebsd-ports
21 lines
430 B
Makefile
21 lines
430 B
Makefile
PORTNAME= async-pool
|
|
PORTVERSION= 0.10.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Redis client library
|
|
WWW= https://socketry.github.io/async-pool/ \
|
|
https://github.com/socketry/async-pool
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/license.md
|
|
|
|
RUN_DEPENDS= rubygem-async>=1.25:devel/rubygem-async \
|
|
rubygem-traces>=0:devel/rubygem-traces
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|