summaryrefslogtreecommitdiff
path: root/devel/rubygem-io-endpoint/Makefile
blob: bba6cf973d57cc1c9f9a8381681c5237c8039ad2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	io-endpoint
PORTVERSION=	0.10.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Provide a separation of concerns interface for IO endpoints
WWW=		https://socketry.github.io/io-endpoint/ \
		https://github.com/socketry/io-endpoint

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/license.md

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>