mirror of https://git.FreeBSD.org/ports.git
19 lines
404 B
Makefile
19 lines
404 B
Makefile
PORTNAME= llhttp-ffi
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby FFI bindings for llhttp
|
|
WWW= https://github.com/bryanp/llhttp/tree/main/ffi
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-ffi-compiler>=1.0<2:devel/rubygem-ffi-compiler \
|
|
rubygem-rake>=13.0<14:devel/rubygem-rake
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|