summaryrefslogtreecommitdiff
path: root/devel/ruby-celluloid-pool/Makefile
blob: 174b3f37478daa6973ca16be0fffa068cffd041c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.2 2015/10/04 12:03:12 taca Exp $

DISTNAME=	celluloid-pool-0.20.5
CATEGORIES=	devel

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://github.com/celluloid/celluloid-pool
COMMENT=	Implementation of an actor pool based on the Celluloid framework
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-timers>=4.1.1:../../time/ruby-timers

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"