aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-CDF/Makefile
blob: cd556b8f3f66536e5f8e62813cc79bd8b0979daf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    p5-Math-CDF
# Date created:     2010-11-13
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=   Math-CDF
PORTVERSION=    0.1
CATEGORIES= math perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= gslin@gslin.org
COMMENT=    Generate probabilities and quantiles from several statistical probability functions

PERL_CONFIGURE= yes

MAN3=       Math::CDF.3

.include <bsd.port.mk>