680e45a374
uses the libev C library. WWW: http://coolio.github.com/
23 lines
442 B
Makefile
23 lines
442 B
Makefile
# New ports collection makefile for: rubygem-cool.io
|
|
# Date created: 10 Jul 2012
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cool.io
|
|
PORTVERSION= 1.1.0
|
|
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.mk>
|