forked from Lainports/freebsd-ports
21 lines
460 B
Makefile
21 lines
460 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= celluloid-io
|
|
PORTVERSION= 0.16.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Evented IO for Celluloid actors
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-celluloid>=0.16.0:${PORTSDIR}/devel/rubygem-celluloid \
|
|
rubygem-nio4r>=1.1.0:${PORTSDIR}/devel/rubygem-nio4r
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|