freebsd-ports/devel/rubygem-cool.io/Makefile
2012-07-16 08:44:15 +00:00

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>