diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-27 23:24:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-27 23:24:05 +0000 |
commit | a5ac1e456290e10ea4a02075f7071fe952896106 (patch) | |
tree | 0d9b9a5412602db729383aaea2be39ebc223cb1b /math/p5-Statistics-Descriptive | |
parent | c4be87a00fa3f0d8bdcd59881728257c1f9f2ef7 (diff) |
Notes
Diffstat (limited to 'math/p5-Statistics-Descriptive')
-rw-r--r-- | math/p5-Statistics-Descriptive/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Statistics-Descriptive/distinfo | 6 | ||||
-rw-r--r-- | math/p5-Statistics-Descriptive/pkg-plist | 4 |
3 files changed, 9 insertions, 7 deletions
diff --git a/math/p5-Statistics-Descriptive/Makefile b/math/p5-Statistics-Descriptive/Makefile index 814ca5f24478..fd748b8a6fc4 100644 --- a/math/p5-Statistics-Descriptive/Makefile +++ b/math/p5-Statistics-Descriptive/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Statistics-Descriptive -PORTVERSION= 3.0701 +PORTVERSION= 3.0702 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,12 +12,14 @@ COMMENT= Perl module that supplies statistical methods for perl5 LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils USES= perl5 USE_PERL5= configure + NO_ARCH= yes .include <bsd.port.mk> diff --git a/math/p5-Statistics-Descriptive/distinfo b/math/p5-Statistics-Descriptive/distinfo index e8abf214d7c0..75886a41c19b 100644 --- a/math/p5-Statistics-Descriptive/distinfo +++ b/math/p5-Statistics-Descriptive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1539065933 -SHA256 (Statistics-Descriptive-3.0701.tar.gz) = 35b09ed91b8660a6095c272a36ed2c61b3c660aa535fc23a20beadf7769e1919 -SIZE (Statistics-Descriptive-3.0701.tar.gz) = 53640 +TIMESTAMP = 1540657835 +SHA256 (Statistics-Descriptive-3.0702.tar.gz) = f98a10c625640170cdda408cccc72bdd7f66f8ebe5f59dec1b96185171ef11d0 +SIZE (Statistics-Descriptive-3.0702.tar.gz) = 53706 diff --git a/math/p5-Statistics-Descriptive/pkg-plist b/math/p5-Statistics-Descriptive/pkg-plist index 194008a4f6f0..c2076b866b3a 100644 --- a/math/p5-Statistics-Descriptive/pkg-plist +++ b/math/p5-Statistics-Descriptive/pkg-plist @@ -1,12 +1,12 @@ %%SITE_PERL%%/Statistics/Descriptive.pm %%SITE_PERL%%/Statistics/Descriptive/Full.pm -%%SITE_PERL%%/Statistics/Descriptive/Sparse.pm %%SITE_PERL%%/Statistics/Descriptive/Smoother.pm %%SITE_PERL%%/Statistics/Descriptive/Smoother/Exponential.pm %%SITE_PERL%%/Statistics/Descriptive/Smoother/Weightedexponential.pm +%%SITE_PERL%%/Statistics/Descriptive/Sparse.pm %%PERL5_MAN3%%/Statistics::Descriptive.3.gz %%PERL5_MAN3%%/Statistics::Descriptive::Full.3.gz -%%PERL5_MAN3%%/Statistics::Descriptive::Sparse.3.gz %%PERL5_MAN3%%/Statistics::Descriptive::Smoother.3.gz %%PERL5_MAN3%%/Statistics::Descriptive::Smoother::Exponential.3.gz %%PERL5_MAN3%%/Statistics::Descriptive::Smoother::Weightedexponential.3.gz +%%PERL5_MAN3%%/Statistics::Descriptive::Sparse.3.gz |