aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-event_stream_parser/Makefile
blob: 7e11515f1d1ad37a96df590ba157a598036b88e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	event_stream_parser
PORTVERSION=	0.3.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Spec-compliant event stream parser
WWW=		https://github.com/Shopify/event_stream_parser

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.md

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>