summaryrefslogtreecommitdiff
path: root/devel/rubygem-io-stream/Makefile
blob: 9e5a30ae3202001cc250c7cf481e140c8e0fc1a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	io-stream
PORTVERSION=	0.10.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>