opnsense-ports/www/rubygem-async-pool/Makefile
Franco Fichtner c7fad71ac0 */*: sync with upstream
Taken from: FreeBSD
2023-05-30 10:59:29 +02:00

18 lines
308 B
Makefile

PORTNAME= async-pool
PORTVERSION= 0.4.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Redis client library
WWW= https://github.com/socketry/async-pool
LICENSE= MIT
RUN_DEPENDS= rubygem-async>=1.25:devel/rubygem-async
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>