aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-Spec
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-09 01:56:03 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-09 01:56:03 +0000
commit2a91f1740a4d97024de3e878347983fd4542031d (patch)
tree27451b933b06fb833383a51f6006e8224b1deb3d /devel/p5-File-Spec
parent4c3a4f94fad3c0f6ad71967002b005d64dd1b79a (diff)
downloadports-2a91f1740a4d97024de3e878347983fd4542031d.tar.gz
ports-2a91f1740a4d97024de3e878347983fd4542031d.zip
Notes
Diffstat (limited to 'devel/p5-File-Spec')
-rw-r--r--devel/p5-File-Spec/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-File-Spec/Makefile b/devel/p5-File-Spec/Makefile
index 1c828d9aad7f..f20eb37b51c2 100644
--- a/devel/p5-File-Spec/Makefile
+++ b/devel/p5-File-Spec/Makefile
@@ -25,4 +25,10 @@ MAN3= File::Spec.3 \
File::Spec::Win32.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} > 500600
+IGNORE= This port is for perl 5.6.0 and under only.
+.endif
+
+.include <bsd.port.post.mk>