aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-CDF/Makefile
blob: 29b8ce6b2cd5b91adc48ec4c5c9aac91cde50ce8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Generate probabilities and quantiles

USE_PERL5=	configure
USES=		perl5

.include <bsd.port.mk>