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.
17 lines
319 B
Makefile
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>
|