pkgsrc/devel/ruby-celluloid/Makefile

20 lines
825 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 2016/02/16 14:52:27 taca Exp $
DISTNAME= celluloid-0.17.3
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
DEPENDS+= ${RUBY_PKGPREFIX}-timers>=4.1.1:../../time/ruby-timers
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"