aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-http-parser/Makefile
blob: 2ade8dd45704d7fc31a6a1e6149e447efa3814c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	http-parser
PORTVERSION=	1.2.3
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Super fast http parser for Ruby

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-ffi-compiler>=1.0<2.0:devel/rubygem-ffi-compiler

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>