Files
pkgsrc-ng/devel/ruby-celluloid/Makefile
2016-01-21 23:40:00 +01:00

15 lines
396 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/03/13 13:32:04 taca Exp $
DISTNAME= celluloid-0.16.0
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}-timers>=4.0.0<4.1:../../time/ruby-timers
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"