aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Statistics-Frequency/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-03-29 03:04:20 +0000
committerWen Heping <wen@FreeBSD.org>2010-03-29 03:04:20 +0000
commit52832f3f477186d72ab6d32aac2f3e5cc86cc804 (patch)
tree4b4ea724bee3bb6bf17bcf3c57e539309a3c983c /math/p5-Statistics-Frequency/Makefile
parentc0fc740f4359e549787c7ac495a0d734dbf74e20 (diff)
downloadports-52832f3f477186d72ab6d32aac2f3e5cc86cc804.tar.gz
ports-52832f3f477186d72ab6d32aac2f3e5cc86cc804.zip
Statistics::Frequency is a simple class for counting elements, in other
words, their frequencies. The goal of Statistics::Frequency is simply to be provide container for sets of elements and their respective frequencies. WWW: http://search.cpan.org/~jhi/Statistics-Frequency/ PR: ports/145136 Submitted by: Steve Wills <steve@mouf.net>
Notes
Notes: svn path=/head/; revision=251668
Diffstat (limited to 'math/p5-Statistics-Frequency/Makefile')
-rw-r--r--math/p5-Statistics-Frequency/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/p5-Statistics-Frequency/Makefile b/math/p5-Statistics-Frequency/Makefile
new file mode 100644
index 000000000000..c734281aa996
--- /dev/null
+++ b/math/p5-Statistics-Frequency/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: p5-Statistics-Frequency
+# Date created: 2010-03-08
+# Whom: Steve Wills <steve@mouf.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Statistics-Frequency
+PORTVERSION= 0.03
+CATEGORIES= math perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= Statistics
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= steve@mouf.net
+COMMENT= Simple counting of elements
+
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>