a7ee035653
With hat: ruby@
24 lines
412 B
Makefile
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>
|