Prune devel/py-EnthoughtBase
[dports.git] / devel / rubygem-celluloid-io / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       celluloid-io
5 PORTVERSION=    0.17.2
6 CATEGORIES=     devel rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     sunpoet@FreeBSD.org
10 COMMENT=        Evented IO for Celluloid actors
11
12 LICENSE=        MIT
13 LICENSE_FILE=   ${WRKSRC}/LICENSE.txt
14
15 RUN_DEPENDS=    rubygem-celluloid>=0.17.2:${PORTSDIR}/devel/rubygem-celluloid \
16                 rubygem-nio4r>=1.1:${PORTSDIR}/devel/rubygem-nio4r \
17                 rubygem-timers>=4.1.1:${PORTSDIR}/devel/rubygem-timers
18
19 NO_ARCH=        yes
20 USE_RUBY=       yes
21 USE_RUBYGEMS=   yes
22 RUBYGEM_AUTOPLIST=      yes
23
24 .include <bsd.port.mk>