pkgsrc/devel/ruby-celluloid-pool/Makefile
taca 8de8f50538 Update ruby-celluloid-pool to 0.20.5.
0.20.5 (2015-09-30)
-----
* Resumed updating changelog. Not much as changed -- mostly keeping version sync with other gems.
* Revamped test suite, using shared RSpec configuration layer provided by Celluloid itself.
* Updated gem dependencies provided by Celluloid::Sync... extraneous gems removed, or marked as development dependencies.
2015-10-04 12:03:12 +00:00

14 lines
417 B
Makefile

# $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"