mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 09:11:50 -04:00
- Update WWW Changes: https://github.com/bryanp/llhttp/releases https://github.com/bryanp/llhttp/blob/main/ffi/CHANGELOG.md
18 lines
404 B
Makefile
18 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>
|