opnsense-ports/devel/rubygem-io-stream/Makefile
Franco Fichtner c240fa419c */*: sync with upstream
Taken from: FreeBSD
2024-05-21 13:53:19 +02:00

18 lines
360 B
Makefile

PORTNAME= io-stream
PORTVERSION= 0.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provide a generic stream wrapper for IO instances
WWW= https://socketry.github.io/io-stream/ \
https://github.com/socketry/io-stream
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/license.md
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>