Po-Chuan Hsieh 901f12a169
www/rubygem-llhttp: Add rubygem-llhttp 0.6.1
This is a monorepo that includes projects for MRI and FFI. Generally speaking,
you should prefer the MRI version and fallback to the FFI version for better
compatibility. There is parity between the two implementations, but the MRI
implementation is more performant.
2025-04-10 01:41:42 +08:00

17 lines
319 B
Makefile

PORTNAME= llhttp
PORTVERSION= 0.6.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby bindings for llhttp
WWW= https://github.com/bryanp/llhttp \
https://github.com/bryanp/llhttp/tree/main/mri
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
.include <bsd.port.mk>