aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-CDF/Makefile
blob: 42f6a0cfc0bc7b12465f26e4e1b48a065fc18feb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: 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

USES=		perl5
USE_PERL5=	configure

MAN3=		Math::CDF.3

.include <bsd.port.mk>