Sunpoet Po-Chuan Hsieh ea55c9ba70 Add rubygem-http-parser 1.2.1
http-parser gem is a Ruby FFI bindings to http-parser (http request/response
parser for c).

WWW: https://github.com/cotag/http-parser
2019-10-23 17:44:38 +00:00

21 lines
388 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= http-parser
PORTVERSION= 1.2.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Super fast http parser for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-ffi-compiler>=1.0<2.0:devel/rubygem-ffi-compiler
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>