mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 17:21:49 -04:00
20 lines
362 B
Makefile
20 lines
362 B
Makefile
PORTNAME= event_stream_parser
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 0
|
|
|
|
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
|
|
|
|
PORTSCOUT= limit:^0\.
|
|
|
|
.include <bsd.port.mk>
|