mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
17 lines
322 B
Makefile
17 lines
322 B
Makefile
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>
|