diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-05-19 05:20:01 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-05-19 05:20:01 +0000 |
commit | 84ac2921bef5d9d4fb156d669d3decd5794d2de6 (patch) | |
tree | 8f567f68496021b19bf3d910b67c2661e23196c6 /textproc/p5-Perl-Critic | |
parent | d2b1f88bde893a49f2188bc4686e81703f30c512 (diff) | |
download | ports-84ac2921bef5d9d4fb156d669d3decd5794d2de6.tar.gz ports-84ac2921bef5d9d4fb156d669d3decd5794d2de6.zip |
Notes
Diffstat (limited to 'textproc/p5-Perl-Critic')
-rw-r--r-- | textproc/p5-Perl-Critic/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/p5-Perl-Critic/Makefile b/textproc/p5-Perl-Critic/Makefile index e8975a0c922e..b51bcd107f19 100644 --- a/textproc/p5-Perl-Critic/Makefile +++ b/textproc/p5-Perl-Critic/Makefile @@ -8,6 +8,7 @@ PORTNAME= Perl-Critic PORTVERSION= 1.08.2 +PORTREVISION= 1 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,6 +24,8 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-Lis ${SITE_PERL}/PPI.pm:${PORTSDIR}/textproc/p5-PPI \ ${SITE_PERL}/Perl/Tidy.pm:${PORTSDIR}/devel/perltidy \ ${SITE_PERL}/String/Format.pm:${PORTSDIR}/textproc/p5-String-Format \ + ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ + ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ ${SITE_PERL}/${PERL_ARCH}/Readonly.pm:${PORTSDIR}/devel/p5-Readonly BUILD_DEPENDS= ${RUN_DEPENDS} |