Changes: https://github.com/metabahn/llhttp/releases https://github.com/metabahn/llhttp/blob/main/ffi/CHANGELOG.md
20 lines
417 B
Makefile
20 lines
417 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= llhttp-ffi
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby FFI bindings for llhttp
|
|
|
|
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
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|