diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-06-11 16:13:12 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-06-11 16:13:12 +0000 |
commit | 54a1630d6e44ec2ef8cb3c4a00d6f4e0503f3b4f (patch) | |
tree | 75f8d629d0ebf0e58a1b981a5cffc533b15375cf /devel/p5-File-Find-Rule | |
parent | 60cdc5877ab9a2546477d5d754adaa936030b51e (diff) | |
download | ports-54a1630d6e44ec2ef8cb3c4a00d6f4e0503f3b4f.tar.gz ports-54a1630d6e44ec2ef8cb3c4a00d6f4e0503f3b4f.zip |
Notes
Diffstat (limited to 'devel/p5-File-Find-Rule')
-rw-r--r-- | devel/p5-File-Find-Rule/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/p5-File-Find-Rule/Makefile b/devel/p5-File-Find-Rule/Makefile index 5ff768c90392..3419e25ec347 100644 --- a/devel/p5-File-Find-Rule/Makefile +++ b/devel/p5-File-Find-Rule/Makefile @@ -7,6 +7,7 @@ PORTNAME= File-Find-Rule PORTVERSION= 0.28 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File @@ -16,6 +17,7 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Alternative interface to File::Find BUILD_DEPENDS= ${SITE_PERL}/Number/Compare.pm:${PORTSDIR}/math/p5-Number-Compare \ + ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/Text/Glob.pm:${PORTSDIR}/textproc/p5-Text-Glob RUN_DEPENDS= ${BUILD_DEPENDS} @@ -27,11 +29,6 @@ MAN3= File::Find::Rule.3 File::Find::Rule::Extending.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} <= 500600 -BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -.endif - .if ${PERL_LEVEL} < 500702 BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple .endif |