pkgsrc/time/ruby-timers/Makefile
taca 5c4c60a88d Update ruby-timers to 4.1.1.
4.1.1 (2015-08-21)
------------------
* Remove `RubyProf` from Gemfile and a test, due to it providing no substantial benefit while increasing problems building bundles under Rubinius.

4.1.0 (2015-08-16)
------------------
* Addition of `now_and_every` method; fires block immediately, then sets recurring timer.
* Includes `now_and_after` method; does the same as above for one-shot timers: essentially a "two-shot" timer.
2015-09-13 14:06:36 +00:00

14 lines
376 B
Makefile

# $NetBSD: Makefile,v 1.2 2015/09/13 14:06:36 taca Exp $
DISTNAME= timers-4.1.1
CATEGORIES= time
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/celluloid/timers
COMMENT= Pure Ruby one-shot and periodic timers
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-hitimes>=1.2.2:../../time/ruby-hitimes
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"