diff options
author | clsung <clsung@FreeBSD.org> | 2007-04-11 09:23:04 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-04-11 09:23:04 +0800 |
commit | 1839aed0db031d3cb1d5c52418e5731ff28d2f2b (patch) | |
tree | 071cad4690bb2aea331b47dfbfe715372d39359a /textproc | |
parent | 59351ec7951606d4355ea059229b48f6be81994c (diff) | |
download | freebsd-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/Makefile | 14 |
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 |