freebsd-ports/devel/rubygem-cool.io/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
285 B
Makefile

PORTNAME= cool.io
PORTVERSION= 1.5.3
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Gems for cool.io
LICENSE= MIT
RUN_DEPENDS= \
rubygem-iobuffer>=1.0.0:devel/rubygem-iobuffer
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>