Index: head/math/p5-Statistics-Descriptive/Makefile =================================================================== --- head/math/p5-Statistics-Descriptive/Makefile (revision 481016) +++ head/math/p5-Statistics-Descriptive/Makefile (revision 481017) @@ -1,19 +1,24 @@ # Created by: Anton Berezin # $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 +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Index: head/math/p5-Statistics-Descriptive/pkg-descr =================================================================== --- head/math/p5-Statistics-Descriptive/pkg-descr (revision 481016) +++ head/math/p5-Statistics-Descriptive/pkg-descr (revision 481017) @@ -1,11 +1,8 @@ This module provides basic functions used in descriptive statistics. It has an object oriented design and supports two different types of data storage and calculation objects: sparse and full. With the sparse method, none of the data is stored and only a few statistical measures are available. Using the full method, the entire data set is retained and additional functions are available. WWW: https://metacpan.org/release/Statistics-Descriptive - --Anton -