aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Perl-Critic
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-09 18:32:59 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-09 18:32:59 +0000
commitc2308125f05c811bfcd356fd3edf578f02657ece (patch)
tree60715b3490544280b365568197cd7de45ef8b2a3 /textproc/p5-Perl-Critic
parent12ab70708e4ef63de5dd573a09f3a4c88d17becf (diff)
downloadports-c2308125f05c811bfcd356fd3edf578f02657ece.tar.gz
ports-c2308125f05c811bfcd356fd3edf578f02657ece.zip
- Add missing RUN_DEPENDS p5-PPIx-Utilities>=1.000:
PR: ports/149775 Submitted by: Alex Zbyslaw <xfb52@dial.pipex.com> Approved by: maintainer timeout (clsung ; 22 days)
Notes
Notes: svn path=/head/; revision=260862
Diffstat (limited to 'textproc/p5-Perl-Critic')
-rw-r--r--textproc/p5-Perl-Critic/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-Perl-Critic/Makefile b/textproc/p5-Perl-Critic/Makefile
index a99f3d70d983..41d56f340b70 100644
--- a/textproc/p5-Perl-Critic/Makefile
+++ b/textproc/p5-Perl-Critic/Makefile
@@ -8,6 +8,7 @@
PORTNAME= Perl-Critic
PORTVERSION= 1.10.8
+PORTREVISION= 1
CATEGORIES= textproc devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -29,6 +30,7 @@ RUN_DEPENDS= p5-B-Keywords>=1.05:${PORTSDIR}/devel/p5-B-Keywords \
p5-String-Format>=1.13:${PORTSDIR}/textproc/p5-String-Format \
p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \
p5-version>=0:${PORTSDIR}/devel/p5-version \
+ p5-PPIx-Utilities>=1.000:${PORTSDIR}/textproc/p5-PPIx-Utilitites \
perltidy:${PORTSDIR}/devel/perltidy
BUILD_DEPENDS= ${RUN_DEPENDS}