aboutsummaryrefslogtreecommitdiff
path: root/math/rubygem-enumerable-statistics/Makefile
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2020-05-19 19:04:53 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2020-05-19 19:04:53 +0000
commitdb7a4567eeb7bb5c21bb5462c511d7b9702eb353 (patch)
treef49e019b746265f404c901c1012af22218864034 /math/rubygem-enumerable-statistics/Makefile
parent1471e1425b0b601bcb94ea63ea21fdcce4e8f0e8 (diff)
downloadports-db7a4567eeb7bb5c21bb5462c511d7b9702eb353.tar.gz
ports-db7a4567eeb7bb5c21bb5462c511d7b9702eb353.zip
New ports required for www/gitlab-ce 12.10 upgrade.
Notes
Notes: svn path=/head/; revision=535886
Diffstat (limited to 'math/rubygem-enumerable-statistics/Makefile')
-rw-r--r--math/rubygem-enumerable-statistics/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/rubygem-enumerable-statistics/Makefile b/math/rubygem-enumerable-statistics/Makefile
new file mode 100644
index 000000000000..bf6f4b617865
--- /dev/null
+++ b/math/rubygem-enumerable-statistics/Makefile
@@ -0,0 +1,18 @@
+# Created by Matthias Fechner <mfechner@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= enumerable-statistics
+PORTVERSION= 2.0.1
+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>