blob: b78050b65eaf22342d807642a5d419d4ec8e5f05 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Math-CDF
PORTVERSION= 0.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>
|