freebsd-ports/devel/rubygem-cool.io/Makefile
Sunpoet Po-Chuan Hsieh ddab024eda - Use BROKEN_RUBY22
With hat:	ruby
2015-09-03 16:24:22 +00:00

23 lines
360 B
Makefile

# $FreeBSD$
PORTNAME= cool.io
PORTVERSION= 1.2.4
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:${PORTSDIR}/devel/rubygem-iobuffer
BROKEN_RUBY22= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>