b0f061a25e
0.17.2 (2015-09-30) ----- * 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. - Clean up deprecation notes.
18 lines
760 B
Makefile
18 lines
760 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/10/04 12:07:04 taca Exp $
|
|
|
|
DISTNAME= celluloid-0.17.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/celluloid/celluloid
|
|
COMMENT= Actor-based concurrent object framework for Ruby
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-celluloid-essentials>=0.20:../../devel/ruby-celluloid-essentials
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-celluloid-supervision>=0.20:../../devel/ruby-celluloid-supervision
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-celluloid-pool>=0.20:../../devel/ruby-celluloid-pool
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-celluloid-fsm>=0.20:../../devel/ruby-celluloid-fsm
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-celluloid-extras>=0.20:../../devel/ruby-celluloid-extras
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|