aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2007-01-12 20:19:33 +0800
committermat <mat@FreeBSD.org>2007-01-12 20:19:33 +0800
commitf2c0c3a368b4ac8f775fd7382376708a44b5756e (patch)
treec58ad1c42d7de23fda51a39b5c56833da642eea2 /devel
parentf0d0e0687f0213c2730177763d431efb80cb5d50 (diff)
downloadfreebsd-ports-gnome-f2c0c3a368b4ac8f775fd7382376708a44b5756e.tar.gz
freebsd-ports-gnome-f2c0c3a368b4ac8f775fd7382376708a44b5756e.tar.zst
freebsd-ports-gnome-f2c0c3a368b4ac8f775fd7382376708a44b5756e.zip
Does not work with perl < 5.6
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-VCS-Lite/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-VCS-Lite/Makefile b/devel/p5-VCS-Lite/Makefile
index 2a1a32a719d3..0dd4aef7dcc3 100644
--- a/devel/p5-VCS-Lite/Makefile
+++ b/devel/p5-VCS-Lite/Makefile
@@ -22,4 +22,10 @@ PERL_CONFIGURE= yes
MAN3= VCS::Lite.3 VCS::Lite::Delta.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires perl5.6. Install lang/perl5 or lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>