aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-ReadLine-Gnu
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-04-21 06:20:23 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-04-21 06:20:23 +0000
commit08d7206941aea6211579aad60e40d3cf98b63ac5 (patch)
treedc09be0113151b1a075bd191895f8eb3467e2f6b /devel/p5-ReadLine-Gnu
parent4bb0462c2cce4610345af09dc0de13fd7034bf5a (diff)
downloadports-08d7206941aea6211579aad60e40d3cf98b63ac5.tar.gz
ports-08d7206941aea6211579aad60e40d3cf98b63ac5.zip
Notes
Diffstat (limited to 'devel/p5-ReadLine-Gnu')
-rw-r--r--devel/p5-ReadLine-Gnu/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-ReadLine-Gnu/Makefile b/devel/p5-ReadLine-Gnu/Makefile
index 44eb649387b0..db4973ad0dad 100644
--- a/devel/p5-ReadLine-Gnu/Makefile
+++ b/devel/p5-ReadLine-Gnu/Makefile
@@ -25,6 +25,10 @@ CONFIGURE_ARGS+=--includedir=${LOCALBASE}/include
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif
+.if ${PERL_LEVEL} < 500800
+IGNORE= this port requires Perl 5.8 or newer. Install lang/perl5.8 and try again
+.endif
+
MAN3= Term::ReadLine::Gnu.3
.include <bsd.port.post.mk>