summaryrefslogtreecommitdiff
path: root/math/p5-Statistics-Frequency/Makefile
blob: 70af814014c9d54f6899adee5881fc28c4838a6e (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=	swills@FreeBSD.org
COMMENT=	Simple counting of elements

PERL_CONFIGURE=	yes

.include <bsd.port.mk>