pkgsrc/time/ruby-timers/Makefile
taca dd6c5af6c2 Update ruby-timers to 4.1.2.
## 4.1.2 (2016-11-26)

* RuboCop reformatting
2017-03-20 15:43:17 +00:00

14 lines
376 B
Makefile

# $NetBSD: Makefile,v 1.3 2017/03/20 15:43:17 taca Exp $
DISTNAME= timers-4.1.2
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"