Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2016 13:53:16 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424999 - head/math/p5-Statistics-Descriptive
Message-ID:  <201610311353.u9VDrGJN014682@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Mon Oct 31 13:53:16 2016
New Revision: 424999
URL: https://svnweb.freebsd.org/changeset/ports/424999

Log:
  Add missing dependeny on p5-List-MoreUtils
  
  PR:		213014
  Approved by:	maintainer timeout

Modified:
  head/math/p5-Statistics-Descriptive/Makefile

Modified: head/math/p5-Statistics-Descriptive/Makefile
==============================================================================
--- head/math/p5-Statistics-Descriptive/Makefile	Mon Oct 31 11:33:46 2016	(r424998)
+++ head/math/p5-Statistics-Descriptive/Makefile	Mon Oct 31 13:53:16 2016	(r424999)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610311353.u9VDrGJN014682>