svn commit: r546282 - head/textproc/p5-Perl-Critic

Mathieu Arnold mat at FreeBSD.org
Wed Aug 26 13:32:26 UTC 2020


Author: mat
Date: Wed Aug 26 13:32:24 2020
New Revision: 546282
URL: https://svnweb.freebsd.org/changeset/ports/546282

Log:
  Add missing dependency.
  
  PR:		247697
  Reported by:	Mike Andrews

Modified:
  head/textproc/p5-Perl-Critic/Makefile   (contents, props changed)

Modified: head/textproc/p5-Perl-Critic/Makefile
==============================================================================
--- head/textproc/p5-Perl-Critic/Makefile	Wed Aug 26 13:32:16 2020	(r546281)
+++ head/textproc/p5-Perl-Critic/Makefile	Wed Aug 26 13:32:24 2020	(r546282)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Perl-Critic
 PORTVERSION=	1.138
+PORTREVISION=	1
 CATEGORIES=	textproc devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -30,7 +31,8 @@ RUN_DEPENDS=	p5-B-Keywords>=1.05:devel/p5-B-Keywords \
 		p5-Pod-Spell>=1:textproc/p5-Pod-Spell \
 		p5-Readonly>=2:devel/p5-Readonly \
 		p5-String-Format>=1.13:textproc/p5-String-Format \
-		p5-Task-Weaken>=0:devel/p5-Task-Weaken
+		p5-Task-Weaken>=0:devel/p5-Task-Weaken \
+		${P5_POD_PARSER}
 TEST_DEPENDS=	p5-Test-Deep>=0:devel/p5-Test-Deep
 
 USES=		perl5


More information about the svn-ports-all mailing list