freebsd-ports/math/p5-Statistics-Basic/Makefile

22 lines
421 B
Makefile
Raw Normal View History

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>