forked from Lainports/opnsense-ports
16 lines
321 B
Makefile
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>
|