summaryrefslogtreecommitdiff
path: root/math/p5-Math-CDF/Makefile
blob: b4944a190b318fddb7676810ae0bf1b868609e17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
WWW=		https://metacpan.org/release/Math-CDF

USES=		perl5
USE_PERL5=	configure

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

.include <bsd.port.mk>