52832f3f47
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>
20 lines
396 B
Makefile
20 lines
396 B
Makefile
# 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>
|