pkgsrc/devel/ruby-celluloid-supervision/Makefile
taca 6216724ec8 Update ruby-celluloid-supervision to 0.20.6.
0.20.6 (2016-06-19)
-----
* `Tree`: Detect and accept already defined
  `Celluloid::Supervision::Configuration` vs. fail as if undefined.
* Updated gem dependencies.
2016-10-20 14:32:30 +00:00

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"