diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 12:36:19 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 12:36:19 +0000 |
commit | 3dece93ee25ebf53be8b1293a73affc41d500e2c (patch) | |
tree | 185ef682734202845bdc727c6423b7fd5bd9f562 /textproc/p5-Perl-MinimumVersion | |
parent | b731ccdbfc5cf2d74ba2737f0e8d2c2b9e53d080 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Perl-MinimumVersion')
-rw-r--r-- | textproc/p5-Perl-MinimumVersion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Perl-MinimumVersion/Makefile b/textproc/p5-Perl-MinimumVersion/Makefile index d4adf9b66d04..e4f8f137886d 100644 --- a/textproc/p5-Perl-MinimumVersion/Makefile +++ b/textproc/p5-Perl-MinimumVersion/Makefile @@ -7,6 +7,7 @@ PORTNAME= Perl-MinimumVersion PORTVERSION= 1.24 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +20,6 @@ RUN_DEPENDS= p5-File-Find-Rule>=0.32:${PORTSDIR}/devel/p5-File-Find-Rule \ p5-PPI>=1.205:${PORTSDIR}/textproc/p5-PPI \ p5-Perl-Critic>=1.10.4:${PORTSDIR}/textproc/p5-Perl-Critic \ p5-Params-Util>=0.25:${PORTSDIR}/devel/p5-Params-Util \ - p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-version>=0.76:${PORTSDIR}/devel/p5-version BUILD_DEPENDS= ${RUN_DEPENDS} |