Changes: https://github.com/tarcieri/cool.io/blob/master/CHANGES.md https://github.com/socketry/cool.io/commits/master
17 lines
325 B
Makefile
17 lines
325 B
Makefile
PORTNAME= cool.io
|
|
PORTVERSION= 1.8.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Gems for cool.io
|
|
WWW= https://github.com/tarcieri/cool.io
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-iobuffer>=1.0.0:devel/rubygem-iobuffer
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|