opnsense-ports/math/p5-Statistics-Descriptive/Makefile
Franco Fichtner 740ed7b2c0 */*: sync with upstream
Taken from: HardenedBSD
2018-09-11 00:35:04 +02:00

19 lines
401 B
Makefile

# Created by: Anton Berezin <tobez@tobez.org>
# $FreeBSD$
PORTNAME= Statistics-Descriptive
PORTVERSION= 3.0609
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that supplies statistical methods for perl5
RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>