diff options
| author | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-21 06:20:23 +0000 |
|---|---|---|
| committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-21 06:20:23 +0000 |
| commit | 08d7206941aea6211579aad60e40d3cf98b63ac5 (patch) | |
| tree | dc09be0113151b1a075bd191895f8eb3467e2f6b | |
| parent | Mark BROKEN since it doesn't work with the new ming library. (diff) | |
Require perl from ports.
PR: 96121
Submitted by: Shaun Amott <shaun@inerd.com> (maintainer)
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=160057
| -rw-r--r-- | devel/p5-ReadLine-Gnu/Makefile | 4 |
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> |
