summaryrefslogtreecommitdiff
path: root/math/p5-Statistics-Basic/Makefile
blob: 4454b837e272c9392b013340f917332904162350 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	Statistics-Basic
PORTVERSION=	1.6611
CATEGORIES=	math perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Collection of basic statistics modules
WWW=		https://metacpan.org/release/Statistics-Basic

LICENSE=	LGPL20

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Number-Format>=1.61:textproc/p5-Number-Format

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>