aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-Find-Rule
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2009-05-16 18:23:28 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2009-05-16 18:23:28 +0000
commita3b116e8158b45e69bb78d80b07dbb2a48d207c3 (patch)
tree3cb0b707715b3a9721b13026e93ac0731a4b7cef /devel/p5-File-Find-Rule
parent20dc8ae7c6a0442ec3311434cea643d43f2233da (diff)
downloadports-a3b116e8158b45e69bb78d80b07dbb2a48d207c3.tar.gz
ports-a3b116e8158b45e69bb78d80b07dbb2a48d207c3.zip
Notes
Diffstat (limited to 'devel/p5-File-Find-Rule')
-rw-r--r--devel/p5-File-Find-Rule/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/devel/p5-File-Find-Rule/Makefile b/devel/p5-File-Find-Rule/Makefile
index 9b2949d8fdcf..6b688fe04e48 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.30
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,10 +15,8 @@ PKGNAMEPREFIX= p5-
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}
+RUN_DEPENDS= p5-Number-Compare>=0:${PORTSDIR}/math/p5-Number-Compare \
+ p5-Text-Glob>=0:${PORTSDIR}/textproc/p5-Text-Glob
PERL_MODBUILD= yes
@@ -25,10 +24,4 @@ MAN1= findrule.1
MAN3= File::Find::Rule.3 File::Find::Rule::Extending.3 \
File::Find::Rule::Procedural.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500702
-BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>