aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Dumper
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2004-12-01 11:42:51 +0000
committerAnton Berezin <tobez@FreeBSD.org>2004-12-01 11:42:51 +0000
commit42b21b0f289fa3bec293a2a4a9ad461557dc7d5a (patch)
treeebf16ebc568c45a26321500c79bf609740de4f28 /devel/p5-Data-Dumper
parentd7aa5b35a81afd465332178380c20809a77e026a (diff)
downloadports-42b21b0f289fa3bec293a2a4a9ad461557dc7d5a.tar.gz
ports-42b21b0f289fa3bec293a2a4a9ad461557dc7d5a.zip
Do not refuse to build with perl 5.8.
Approved by: mat-tainer
Notes
Notes: svn path=/head/; revision=122893
Diffstat (limited to 'devel/p5-Data-Dumper')
-rw-r--r--devel/p5-Data-Dumper/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/p5-Data-Dumper/Makefile b/devel/p5-Data-Dumper/Makefile
index 82956a8b5198..b6a226517878 100644
--- a/devel/p5-Data-Dumper/Makefile
+++ b/devel/p5-Data-Dumper/Makefile
@@ -19,9 +19,6 @@ PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} >= 500801
-IGNORE="Alread included in perl ${PERL_VER}"
-.endif
.if ${PERL_LEVEL} < 500601
IGNORE="Need at least perl 5.6.1 to build"
.endif