3b26c45e9c
Update ruby-hitimes to 2.0.0. pkgsrc change: add "USE_LANGAUGES= # none". ## Version 2.0.0 2019-09-23 * Remove the C and Java extensions as `Process.clock_gettime()` has the same resolution as what the extensions did. * Update all depedencies and resolve deprecations * Now usable on truffleruby
14 lines
336 B
Makefile
14 lines
336 B
Makefile
# $NetBSD: Makefile,v 1.8 2020/03/22 09:38:30 taca Exp $
|
|
|
|
DISTNAME= hitimes-2.0.0
|
|
CATEGORIES= time
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/copiousfreetime/hitimes
|
|
COMMENT= Fast, high resolution timer library
|
|
LICENSE= isc
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|