opnsense-ports/net/rubygem-http-parser/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

17 lines
353 B
Makefile

PORTNAME= http-parser
PORTVERSION= 1.2.3
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Super fast http parser for Ruby
WWW= https://github.com/cotag/http-parser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-ffi-compiler>=1.0<2.0:devel/rubygem-ffi-compiler
USES= gem
.include <bsd.port.mk>