summaryrefslogtreecommitdiff
path: root/math/rubygem-enumerable-statistics/Makefile
blob: 033efea6dac07f05a0e504de015e913ae5aecc48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	enumerable-statistics
PORTVERSION=	2.0.8
CATEGORIES=	math rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Statistics features for Enumerable
WWW=		https://github.com/mrkn/enumerable-statistics

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

.include <bsd.port.mk>