freebsd-ports/math/p5-Statistics-ChiSquare/Makefile
2021-06-25 21:40:34 +08:00

17 lines
296 B
Makefile

# Created by: Anton Berezin <tobez@tobez.org>
PORTNAME= Statistics-ChiSquare
PORTVERSION= 1.0000
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= How random is your data?
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>