pkgsrc/devel/ruby-celluloid-extras/Makefile
taca 40d3dc9dbd Add ruby-celluloid-extras, it is part of new ruby-celluloid pacakge.
Classes to support examples, benchmarks, or add special functionality.
2015-09-13 14:10:34 +00:00

18 lines
679 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/09/13 14:10:34 taca Exp $
DISTNAME= celluloid-extras-0.20.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/celluloid/celluloid-extraso
COMMENT= Celluloid expansion, testing, and example classes
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-bundler>=1.0:../../misc/ruby-bundler
DEPENDS+= ${RUBY_PKGPREFIX}-nenv>=0.2:../../devel/ruby-nenv
DEPENDS+= ${RUBY_PKGPREFIX}-dotenv>=2.0:../../devel/ruby-dotenv
DEPENDS+= ${RUBY_PKGPREFIX}-timers>=4.1.1:../../time/ruby-timers
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-logsplit>=0.1.2:../../devel/ruby-rspec-logsplit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"