aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-llhttp-ffi/Makefile
blob: c7a1e7938120e43d1a061711d5da65ebb8acabb4 (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>

PORTNAME=	llhttp-ffi
PORTVERSION=	0.0.1
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby FFI bindings for llhttp

LICENSE=	MPL20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-ffi-compiler>=1.0<2:devel/rubygem-ffi-compiler \
		rubygem-rake>=13.0<14:devel/rubygem-rake

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>