mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
18 lines
377 B
Makefile
18 lines
377 B
Makefile
PORTNAME= io-endpoint
|
|
PORTVERSION= 0.15.1
|
|
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>
|