freebsd-ports/devel/rubygem-cool.io/Makefile
Steve Wills a7ee035653 Mark broken with Ruby 2.1
With hat:	ruby@
2014-11-12 02:58:43 +00:00

24 lines
412 B
Makefile

# $FreeBSD$
PORTNAME= cool.io
PORTVERSION= 1.2.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Gems for cool.io
RUN_DEPENDS= \
rubygem-iobuffer>=1.0.0:${PORTSDIR}/devel/rubygem-iobuffer
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 2.1
BROKEN= Does not build with Ruby 2.1
.endif
.include <bsd.port.post.mk>