diff options
Diffstat (limited to 'devel/p5-ReadLine-Gnu/Makefile')
-rw-r--r-- | devel/p5-ReadLine-Gnu/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/p5-ReadLine-Gnu/Makefile b/devel/p5-ReadLine-Gnu/Makefile index beab3531278e..ed2d6c683922 100644 --- a/devel/p5-ReadLine-Gnu/Makefile +++ b/devel/p5-ReadLine-Gnu/Makefile @@ -16,7 +16,7 @@ DISTNAME= Term-${PORTNAME}-${PORTVERSION} MAINTAINER= shaun@FreeBSD.org COMMENT= Perl 5 module that allows Term::ReadLine to use GNU readline -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ .include <bsd.port.pre.mk> @@ -25,10 +25,6 @@ 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> |