aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2007-04-11 09:23:04 +0800
committerclsung <clsung@FreeBSD.org>2007-04-11 09:23:04 +0800
commit1839aed0db031d3cb1d5c52418e5731ff28d2f2b (patch)
tree071cad4690bb2aea331b47dfbfe715372d39359a /textproc
parent59351ec7951606d4355ea059229b48f6be81994c (diff)
downloadfreebsd-ports-gnome-1839aed0db031d3cb1d5c52418e5731ff28d2f2b.tar.gz
freebsd-ports-gnome-1839aed0db031d3cb1d5c52418e5731ff28d2f2b.tar.zst
freebsd-ports-gnome-1839aed0db031d3cb1d5c52418e5731ff28d2f2b.zip
- fix dependency
- bump PORTREVISION Noted by: lth
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Perl-Critic/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/p5-Perl-Critic/Makefile b/textproc/p5-Perl-Critic/Makefile
index 8cc123946718..3f07c85e818c 100644
--- a/textproc/p5-Perl-Critic/Makefile
+++ b/textproc/p5-Perl-Critic/Makefile
@@ -8,6 +8,7 @@
PORTNAME= Perl-Critic
PORTVERSION= 1.05
+PORTREVISION= 1
CATEGORIES= textproc devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Perl
@@ -17,13 +18,14 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Critique Perl source for style and standards
-BUILD_DEPENDS= ${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny \
- ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \
- ${SITE_PERL}/PPI.pm:${PORTSDIR}/textproc/p5-PPI \
- ${SITE_PERL}/String/Format.pm:${PORTSDIR}/textproc/p5-String-Format \
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \
+ ${SITE_PERL}/B/Keywords.pm:${PORTSDIR}/devel/p5-B-Keywords \
+ ${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny \
${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable \
- ${SITE_PERL}/Perl/Tidy.pm:${PORTSDIR}/devel/perltidy
-RUN_DEPENDS= ${BUILD_DEPENDS}
+ ${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
+BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_MODBUILD= yes