performance metrics. It uses the appropriate low method calls for each system to get the highest granularity time increments possible. WWW: https://github.com/copiousfreetime/hitimes PR: ports/187946 Submitted by: Michael Moll <kvedulv at kvedulv.de>
18 lines
314 B
Makefile
18 lines
314 B
Makefile
# Created by: Michael Moll <kvedulv at kvedulv.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hitimes
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= High resolution timer library for Ruby
|
|
|
|
LICENSE= ISCL
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|