diff options
author | arved <arved@FreeBSD.org> | 2016-10-31 21:53:16 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2016-10-31 21:53:16 +0800 |
commit | 4415216c49a5be72294a497be231c9ab2de71696 (patch) | |
tree | 700aeedcaa83cf20142eeda7a1c281f9f523dfa9 | |
parent | 618c3db68cd31609e037b11374680146fdc1641a (diff) | |
download | freebsd-ports-gnome-4415216c49a5be72294a497be231c9ab2de71696.tar.gz freebsd-ports-gnome-4415216c49a5be72294a497be231c9ab2de71696.tar.zst freebsd-ports-gnome-4415216c49a5be72294a497be231c9ab2de71696.zip |
Add missing dependeny on p5-List-MoreUtils
PR: 213014
Approved by: maintainer timeout
-rw-r--r-- | math/p5-Statistics-Descriptive/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/p5-Statistics-Descriptive/Makefile b/math/p5-Statistics-Descriptive/Makefile index 181b7eebe2e8..48ce2054ba3d 100644 --- a/math/p5-Statistics-Descriptive/Makefile +++ b/math/p5-Statistics-Descriptive/Makefile @@ -3,6 +3,7 @@ PORTNAME= Statistics-Descriptive PORTVERSION= 3.0609 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl module that supplies statistical methods for perl5 +RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils + USES= perl5 USE_PERL5= configure |