Files

18 lines
353 B
Makefile
Raw Permalink Normal View History

2019-10-23 17:44:38 +00:00
PORTNAME= http-parser
2021-01-26 17:52:47 +00:00
PORTVERSION= 1.2.3
2019-10-23 17:44:38 +00:00
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Super fast http parser for Ruby
2022-09-07 23:06:12 +02:00
WWW= https://github.com/cotag/http-parser
2019-10-23 17:44:38 +00:00
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
2021-01-26 17:52:47 +00:00
RUN_DEPENDS= rubygem-ffi-compiler>=1.0<2.0:devel/rubygem-ffi-compiler
2019-10-23 17:44:38 +00:00
USES= gem
.include <bsd.port.mk>