Changes: https://github.com/socketry/async-pool/blob/main/releases.md https://socketry.github.io/async-pool/releases/
21 lines
386 B
Makefile
21 lines
386 B
Makefile
PORTNAME= async-pool
|
|
PORTVERSION= 0.11.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>=2.0:devel/rubygem-async
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|