1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

explicitely require perl 5.6.1 or higher

Submitted by:	Venkata Pingali <pingali@ISI.EDU>
This commit is contained in:
Edwin Groothuis 2004-12-16 21:16:45 +00:00
parent a269f83180
commit c32ea140c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124230
2 changed files with 8 additions and 0 deletions

View File

@ -40,4 +40,8 @@ INSTALL_TARGET= gui
FORBIDDEN= "X-Bone ${PORTVERSION} does not support FreeBSD prior to 4.7"
.endif
.if ${PERL_LEVEL} < 500601
IGNORE= "X-Bone requires Perl version 5.6.1 or higher. Install lang/perl5.8 and try again."
.endif
.include <bsd.port.post.mk>

View File

@ -45,6 +45,10 @@ INSTALL_TARGET= node
FORBIDDEN= "X-Bone ${PORTVERSION} does not support FreeBSD prior to 4.7"
.endif
.if ${PERL_LEVEL} < 500601
IGNORE= "X-Bone requires Perl version 5.6.1 or higher. Install lang/perl5.8 and try again."
.endif
MAN5= XB_Params.pm.5 xbone.conf.5 xbone-gui.conf.5
MAN8= X-Bone.8 xb-node-daemon.8 xb-config.8 xb-gui-config.8 xbonectl.8