summaryrefslogtreecommitdiff
path: root/math/p5-Statistics-Frequency/Makefile
blob: c734281aa996df2cc283de146d619f444b8bfc9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>