freebsd-ports/math/p5-Statistics-Frequency/Makefile
2023-04-11 22:34:04 +02:00

14 lines
292 B
Makefile

PORTNAME= Statistics-Frequency
PORTVERSION= 0.04
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple counting of elements
WWW= https://metacpan.org/release/Statistics-Frequency
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>