1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Require perl from ports.

PR:		96121
Submitted by:	Shaun Amott <shaun@inerd.com> (maintainer)
Reported by:	pointyhat
This commit is contained in:
Erwin Lansing 2006-04-21 06:20:23 +00:00
parent 4bb0462c2c
commit 08d7206941
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160057

View File

@ -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>