summaryrefslogtreecommitdiff
path: root/net/rubygem-http_parser.rb/Makefile
blob: e28bdbbb50aa9f41ceca6d96b1bec2951511d564 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>