freebsd-ports/devel/rubygem-hitimes/Makefile
Steve Wills 8edab5db82 Hitimes is a fast, high resolution timer library for recording
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>
2014-03-28 17:57:35 +00:00

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>