freebsd-ports/math/p5-Statistics-Frequency/Makefile
Wen Heping 52832f3f47 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>
2010-03-29 03:04:20 +00:00

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>