mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
Changelog: https://github.com/mrkn/enumerable-statistics/blob/master/CHANGELOG.md 2.0.7 Fix the bug of histogram with bin range that is smaller than value range 2.0.6 Add edges parameter in histogram Rename parameter in histogram to fix typo: weight to weights 2.0.5 Add weighted histogram support 2.0.4 Add find_min, find_max, argmin, argmax methods Fix nbin=:auto case in histogram method 2.0.3 Ractor-safe version 2.0.2 Support Ruby 3.0
17 lines
322 B
Makefile
17 lines
322 B
Makefile
# Created by Matthias Fechner <mfechner@FreeBSD.org>
|
|
|
|
PORTNAME= enumerable-statistics
|
|
PORTVERSION= 2.0.7
|
|
CATEGORIES= math rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Statistics features for Enumerable
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|