diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-10 02:32:59 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-10 02:32:59 +0800 |
commit | e1926e55d32bcfd68b8f3c60f3e63ca18f2df25f (patch) | |
tree | be51080fc2cf492923b146180fb7243fc287c726 /textproc | |
parent | 098960a60f978b8ee00fb523d1b08c76ad9e9d0c (diff) | |
download | freebsd-ports-gnome-e1926e55d32bcfd68b8f3c60f3e63ca18f2df25f.tar.gz freebsd-ports-gnome-e1926e55d32bcfd68b8f3c60f3e63ca18f2df25f.tar.zst freebsd-ports-gnome-e1926e55d32bcfd68b8f3c60f3e63ca18f2df25f.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)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Perl-Critic/Makefile | 2 |
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} |