svn commit: r376219 - head/lang/p5-List-MoreUtils

Lars Thegler lth at FreeBSD.org
Sun Jan 4 12:29:24 UTC 2015


Author: lth
Date: Sun Jan  4 12:29:22 2015
New Revision: 376219
URL: https://svnweb.freebsd.org/changeset/ports/376219
QAT: https://qat.redports.org/buildarchive/r376219/

Log:
  - Add missing dependency
  
  Noted by:	antoine, "Matthew D. Fuller" <fullermd at over-yonder.net>

Modified:
  head/lang/p5-List-MoreUtils/Makefile

Modified: head/lang/p5-List-MoreUtils/Makefile
==============================================================================
--- head/lang/p5-List-MoreUtils/Makefile	Sun Jan  4 12:13:41 2015	(r376218)
+++ head/lang/p5-List-MoreUtils/Makefile	Sun Jan  4 12:29:22 2015	(r376219)
@@ -3,6 +3,7 @@
 
 PORTNAME=	List-MoreUtils
 DISTVERSION=	0.402
+DISTREVISION=	1
 CATEGORIES=	lang perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:REHSACK
@@ -11,6 +12,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	lth at FreeBSD.org
 COMMENT=	Provide the stuff missing in List::Util
 
+RUN_DEPENDS=	p5-Exporter-Tiny>=0.038:${PORTSDIR}/devel/p5-Exporter-Tiny
+
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-head mailing list