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

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

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

USES=		perl5
USE_PERL5=	configure

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/CDF/CDF.so

.include <bsd.port.mk>