blob: 03982ab9f18e339c8dd968acef650d7e51b863af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= event_stream_parser
PORTVERSION= 1.0.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>
|