opnsense-ports/net/rubygem-http_parser.rb/Makefile
2022-09-07 22:33:21 +02:00

16 lines
321 B
Makefile

PORTNAME= http_parser.rb
PORTVERSION= 0.8.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple callback-based HTTP request/response parser
WWW= https://github.com/tmm1/http_parser.rb
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE-MIT
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>