6216724ec8
0.20.6 (2016-06-19) ----- * `Tree`: Detect and accept already defined `Celluloid::Supervision::Configuration` vs. fail as if undefined. * Updated gem dependencies.
14 lines
368 B
Makefile
14 lines
368 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/10/20 14:32:30 taca Exp $
|
|
|
|
DISTNAME= celluloid-supervision-0.20.6
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/celluloid/
|
|
COMMENT= Celluloid Supervision
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-timers>=4.1.1:../../time/ruby-timers
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|