freebsd-ports/devel/rubygem-cool.io/Makefile
Jun Kuriyama c4ce45126e - Mark as MIT license.
- Fix build with clang 3.6.0 [1]

PR:		ports/198006 [1]
Submitted by:	dim [1]
2015-04-14 01:31:41 +00:00

27 lines
428 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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.pre.mk>
.if ${RUBY_VER} >= 2.2
BROKEN= Does not build
.endif
.include <bsd.port.post.mk>